#495F0F
A dark, vivid green closely aligning with Darkolivegreen.
About #495F0F
Visually, #495F0F is defined as a vivid green. Its closest recognized web color is Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 95, and 15.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 23% C, 0% M, 84% Y, and 63% K. With a hue angle of 76.5 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#495F0F
RGB73, 95, 15
HSL76.5°, 72.7%, 21.6%
CMYK23%, 0%, 84%, 63%
HSV76.5°, 84.2%, 37.3%
LAB37.2, -20.4, 39.4
XYZ6.9, 9.6, 1.9
Decimal4808463
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.17:1
Text on #FFFFFF
AAA
2.93:1
Text on #000000
FAIL
6.86:1
Text on #F8FAFC
AA
2.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #495F0F;
}
.text-color {
color: #495F0F;
}
.border-color {
border: 2px solid #495F0F;
}