#556B2F
A dark, moderate green closely aligning with Darkolivegreen.
About #556B2F
When working with digital screens, the color #556B2F is rendered by mixing light. It is closely associated with the named CSS color Darkolivegreen. This translates to an RGB value of rgb(85, 107, 47).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 21% C, 0% M, 56% Y, and 58% K. With a hue angle of 82.0 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#556B2F
RGB85, 107, 47
HSL82.0°, 39.0%, 30.2%
CMYK21%, 0%, 56%, 58%
HSV82.0°, 56.1%, 42.0%
LAB42.2, -18.8, 30.6
XYZ9.5, 12.7, 4.6
Decimal5597999
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.95:1
Text on #FFFFFF
AA
3.53:1
Text on #000000
AA Large
5.69:1
Text on #F8FAFC
AA
3.00:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #556B2F;
}
.text-color {
color: #556B2F;
}
.border-color {
border: 2px solid #556B2F;
}