#3A4933
A dark, muted green closely aligning with Darkslategray.
About #3A4933
The precise color #3A4933 is an excellent choice for modern design projects. Its closest recognized web color is Darkslategray. Its digital footprint relies on 58 parts red, 73 parts green, and 51 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 21% cyan and 0% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#3A4933
RGB58, 73, 51
HSL100.9°, 17.7%, 24.3%
CMYK21%, 0%, 30%, 71%
HSV100.9°, 30.1%, 28.6%
LAB29.2, -10.8, 11.3
XYZ4.7, 5.9, 4.0
Decimal3819827
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.63:1
Text on #FFFFFF
AAA
2.18:1
Text on #000000
FAIL
9.20:1
Text on #F8FAFC
AAA
1.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A4933;
}
.text-color {
color: #3A4933;
}
.border-color {
border: 2px solid #3A4933;
}