Viridian (Green)
#366A64
RGB: 54, 106, 100
Color OverviewHEX #366A64

#366A64 Color Code Information

In the RGB color space, #366A64 is composed of 21% red, 42% green, and 39% blue. In the HSL color space, it has a hue of 173°, saturation of 33%, and lightness of 31%.

HEX
#366A64
RGB
54, 106, 100
HSL
173°, 33%, 31%
HSV
173°, 49%, 42%
CMYK
49%, 0%, 6%, 58%
Name Match
Viridian
Closest Standard

Shades of #366A64 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #366A64 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #366A64 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #366A64

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #366A64 Background
Contrast Ratio against Pure White (#FFFFFF):6.17 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #366A64 Background
Contrast Ratio against Pure Black (#000000):3.4 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #366A64;
}

.element {
  color: #366A64;
  background-color: #366A64;
  border-color: #366A64;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#366A64] text-[#366A64] border-[#366A64]">
  Content styled with #366A64
</div>