#3A7549
A dark, moderate green closely aligning with Seagreen.
About #3A7549
Visually, #3A7549 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Seagreen. Its digital footprint relies on 58 parts red, 117 parts green, and 73 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 50% Cyan, 0% Magenta, 38% Yellow, and 54% Black. The HSL representation is 135.3° hue, 33.7% saturation, and 34.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A7549
RGB58, 117, 73
HSL135.3°, 33.7%, 34.3%
CMYK50%, 0%, 38%, 54%
HSV135.3°, 50.4%, 45.9%
LAB44.4, -29.8, 18.5
XYZ9.3, 14.1, 8.5
Decimal3831113
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.50:1
Text on #FFFFFF
AA
3.82:1
Text on #000000
AA Large
5.25:1
Text on #F8FAFC
AA
3.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A7549;
}
.text-color {
color: #3A7549;
}
.border-color {
border: 2px solid #3A7549;
}