#3A5F49
A dark, muted green closely aligning with Darkslategray.
About #3A5F49
Visually, #3A5F49 is defined as a muted green. If you're using CSS, you might find it aligns closely with Darkslategray. Its digital footprint relies on 58 parts red, 95 parts green, and 73 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 39% C, 0% M, 23% Y, and 63% K. With a hue angle of 144.3 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A5F49
RGB58, 95, 73
HSL144.3°, 24.2%, 30.0%
CMYK39%, 0%, 23%, 63%
HSV144.3°, 38.9%, 37.3%
LAB37.1, -18.7, 8.5
XYZ7.0, 9.6, 7.8
Decimal3825481
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.21:1
Text on #FFFFFF
AAA
2.91:1
Text on #000000
FAIL
6.89:1
Text on #F8FAFC
AA
2.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A5F49;
}
.text-color {
color: #3A5F49;
}
.border-color {
border: 2px solid #3A5F49;
}