#496D07
A dark, vivid green closely aligning with Olivedrab.
About #496D07
Visually, #496D07 is defined as a vivid green. Designers often compare it to the standard color Olivedrab. This translates to an RGB value of rgb(73, 109, 7).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 33% Cyan, 0% Magenta, 94% Yellow, and 57% Black. With a hue angle of 81.2 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#496D07
RGB73, 109, 7
HSL81.2°, 87.9%, 22.7%
CMYK33%, 0%, 94%, 57%
HSV81.2°, 93.6%, 42.7%
LAB41.8, -27.7, 45.6
XYZ8.3, 12.4, 2.2
Decimal4812039
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.05:1
Text on #FFFFFF
AA
3.47:1
Text on #000000
AA Large
5.78:1
Text on #F8FAFC
AA
2.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #496D07;
}
.text-color {
color: #496D07;
}
.border-color {
border: 2px solid #496D07;
}