Shades of Sea Green #399155
Tints of Sea Green #399155
RGB
CMYK
RGB Variations
Color information
#399155 (or 0x399155) is known color: Sea Green. HEX triplet: 39, 91 and 55. RGB value is (57,145,85). Sum of RGB (Red+Green+Blue) = 57+145+85=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #399155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399155 is #C66EAA. Grayscale: #6F6F6F. Windows color (decimal): -13004459 or 5607737. OLE color: 5607737.
HSL color Cylindrical-coordinate representation of color #399155: hue angle of 139.09º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399155 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 145 | 85 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.43 |
| HSL | 139.09º | 0.44% | 0.4% | - |
| HSV(B) | 139.09º | 0.61% | 0.57% | - |
| XYZ | 13.45 | 21.78 | 12.09 | - |
| YUV | 111.85 | 112.85 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 85 | 0.61 | 0 | 0.41 | 0.43 | 139.09 | 0.44 | 0.4 |
| Hex | 39 | 91 | 55 | 3D | 0 | 29 | 2B | 8B | 2C | 28 |
| Octal | 71 | 221 | 125 | 75 | 0 | 51 | 53 | 213 | 54 | 50 |
| Binary | 111001 | 10010001 | 1010101 | 111101 | 0 | 101001 | 101011 | 10001011 | 101100 | 101000 |
Color Harmonies of #399155
Complementary color
Monochromatic Colors of #399155
Black with #399155
Text Example
Text Example
White with #399155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399155; }
p { color: rgb(57,145,85); }
H1.HeaderClassName
{
color: #399155;
}
.AnyTagClassName
{
color: #399155;
}
</style>
background-color css
<style>
a { background-color: #399155; }
a { background-color: rgb(57,145,85); }
div.DivClassName
{
background-color: #399155;
}
.BgClassName
{
background-color: #399155;
}
</style>
border-color css
<style>
span { border-color: #399155; }
span { border-color: rgb(57,145,85); }
td.TdClassName
{
border-color: #399155;
}
.TagClassName
{
border-color: #399155;
}
</style>