#3A6649
A dark, muted green closely aligning with Darkolivegreen.
About #3A6649
Visually, #3A6649 is defined as a muted green. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 58 red, 102 green, and 73 blue.
Translating this color to physical media requires the CMYK color model. The color uses 43% Cyan, 0% Magenta, 28% Yellow, and 60% Black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#3A6649
RGB58, 102, 73
HSL140.5°, 27.5%, 31.4%
CMYK43%, 0%, 28%, 60%
HSV140.5°, 43.1%, 40.0%
LAB39.4, -22.4, 11.7
XYZ7.7, 10.9, 8.0
Decimal3827273
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.61:1
Text on #FFFFFF
AA
3.18:1
Text on #000000
AA Large
6.32:1
Text on #F8FAFC
AA
2.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A6649;
}
.text-color {
color: #3A6649;
}
.border-color {
border: 2px solid #3A6649;
}