#495016
A dark, moderate yellow closely aligning with Darkolivegreen.
About #495016
When working with digital screens, the color #495016 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 73 red, 80 green, and 22 blue.
Translating this color to physical media requires the CMYK color model. The color uses 9% Cyan, 0% Magenta, 72% Yellow, and 69% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#495016
RGB73, 80, 22
HSL67.2°, 56.9%, 20.0%
CMYK9%, 0%, 72%, 69%
HSV67.2°, 72.5%, 31.4%
LAB32.3, -11.7, 31.9
XYZ5.8, 7.2, 1.8
Decimal4804630
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.60:1
Text on #FFFFFF
AAA
2.44:1
Text on #000000
FAIL
8.22:1
Text on #F8FAFC
AAA
2.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #495016;
}
.text-color {
color: #495016;
}
.border-color {
border: 2px solid #495016;
}