#496D33
A dark, moderate green closely aligning with Darkolivegreen.
About #496D33
At its core, #496D33 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkolivegreen. Its digital footprint relies on 73 parts red, 109 parts green, and 51 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 33% Cyan, 0% Magenta, 53% Yellow, and 57% Black. The HSL representation is 97.2° hue, 36.2% saturation, and 31.4% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#496D33
RGB73, 109, 51
HSL97.2°, 36.2%, 31.4%
CMYK33%, 0%, 53%, 57%
HSV97.2°, 53.2%, 42.7%
LAB42.1, -24.3, 28.2
XYZ8.8, 12.6, 5.1
Decimal4812083
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.97:1
Text on #FFFFFF
AA
3.52:1
Text on #000000
AA Large
5.70:1
Text on #F8FAFC
AA
2.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #496D33;
}
.text-color {
color: #496D33;
}
.border-color {
border: 2px solid #496D33;
}