Shades of Sea Green #398C52
Tints of Sea Green #398C52
RGB
CMYK
RGB Variations
Color information
#398C52 (or 0x398C52) is known color: Sea Green. HEX triplet: 39, 8C and 52. RGB value is (57,140,82). Sum of RGB (Red+Green+Blue) = 57+140+82=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #398C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398C52 is #C673AD. Grayscale: #6C6C6C. Windows color (decimal): -13005742 or 5409849. OLE color: 5409849.
HSL color Cylindrical-coordinate representation of color #398C52: hue angle of 138.07º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398C52 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 140 | 82 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.45 |
| HSL | 138.07º | 0.42% | 0.39% | - |
| HSV(B) | 138.07º | 0.59% | 0.55% | - |
| XYZ | 12.59 | 20.24 | 11.22 | - |
| YUV | 108.57 | 113 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 140 | 82 | 0.59 | 0 | 0.41 | 0.45 | 138.07 | 0.42 | 0.39 |
| Hex | 39 | 8C | 52 | 3B | 0 | 29 | 2D | 8A | 2A | 27 |
| Octal | 71 | 214 | 122 | 73 | 0 | 51 | 55 | 212 | 52 | 47 |
| Binary | 111001 | 10001100 | 1010010 | 111011 | 0 | 101001 | 101101 | 10001010 | 101010 | 100111 |
Color Harmonies of #398C52
Complementary color
Monochromatic Colors of #398C52
Black with #398C52
Text Example
Text Example
White with #398C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398C52; }
p { color: rgb(57,140,82); }
H1.HeaderClassName
{
color: #398C52;
}
.AnyTagClassName
{
color: #398C52;
}
</style>
background-color css
<style>
a { background-color: #398C52; }
a { background-color: rgb(57,140,82); }
div.DivClassName
{
background-color: #398C52;
}
.BgClassName
{
background-color: #398C52;
}
</style>
border-color css
<style>
span { border-color: #398C52; }
span { border-color: rgb(57,140,82); }
td.TdClassName
{
border-color: #398C52;
}
.TagClassName
{
border-color: #398C52;
}
</style>