#3A996D
A medium, moderate green closely aligning with Seagreen.
About #3A996D
The precise color #3A996D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Seagreen. This translates to an RGB value of rgb(58, 153, 109).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 62% Cyan, 0% Magenta, 29% Yellow, and 40% Black. The HSL representation is 152.2° hue, 45.0% saturation, and 41.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A996D
RGB58, 153, 109
HSL152.2°, 45.0%, 41.4%
CMYK62%, 0%, 29%, 40%
HSV152.2°, 62.1%, 60.0%
LAB56.9, -38.6, 15.0
XYZ15.9, 24.8, 18.4
Decimal3840365
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.53:1
Text on #FFFFFF
AA Large
5.96:1
Text on #000000
AA
3.37:1
Text on #F8FAFC
AA Large
5.06:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3A996D;
}
.text-color {
color: #3A996D;
}
.border-color {
border: 2px solid #3A996D;
}