#3A7C49
A dark, moderate green closely aligning with Seagreen.
About #3A7C49
Visually, #3A7C49 is defined as a moderate green. It is closely associated with the named CSS color Seagreen. This translates to an RGB value of rgb(58, 124, 73).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 53% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A7C49
RGB58, 124, 73
HSL133.6°, 36.3%, 35.7%
CMYK53%, 0%, 41%, 51%
HSV133.6°, 53.2%, 48.6%
LAB46.7, -33.0, 21.6
XYZ10.2, 15.8, 8.8
Decimal3832905
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.05:1
Text on #FFFFFF
AA
4.16:1
Text on #000000
AA Large
4.83:1
Text on #F8FAFC
AA
3.54:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A7C49;
}
.text-color {
color: #3A7C49;
}
.border-color {
border: 2px solid #3A7C49;
}