#3A490F
A very dark, moderate green closely aligning with Darkolivegreen.
About #3A490F
At its core, #3A490F is a very dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 58 red, 73 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 21% C, 0% M, 79% Y, and 71% K. The HSL representation is 75.5° hue, 65.9% saturation, and 17.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A490F
RGB58, 73, 15
HSL75.5°, 65.9%, 17.3%
CMYK21%, 0%, 79%, 71%
HSV75.5°, 79.5%, 28.6%
LAB28.6, -15.5, 30.9
XYZ4.2, 5.7, 1.3
Decimal3819791
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.81:1
Text on #FFFFFF
AAA
2.14:1
Text on #000000
FAIL
9.38:1
Text on #F8FAFC
AAA
1.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A490F;
}
.text-color {
color: #3A490F;
}
.border-color {
border: 2px solid #3A490F;
}