Shades of Sea Green #32855F
Tints of Sea Green #32855F
RGB
CMYK
RGB Variations
Color information
#32855F (or 0x32855F) is known color: Sea Green. HEX triplet: 32, 85 and 5F. RGB value is (50,133,95). Sum of RGB (Red+Green+Blue) = 50+133+95=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #32855F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32855F is #CD7AA0. Grayscale: #676767. Windows color (decimal): -13466273 or 6260018. OLE color: 6260018.
HSL color Cylindrical-coordinate representation of color #32855F: hue angle of 152.53º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32855F is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 95 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.48 |
| HSL | 152.53º | 0.45% | 0.36% | - |
| HSV(B) | 152.53º | 0.62% | 0.52% | - |
| XYZ | 11.77 | 18.28 | 13.73 | - |
| YUV | 103.85 | 123 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 95 | 0.62 | 0 | 0.29 | 0.48 | 152.53 | 0.45 | 0.36 |
| Hex | 32 | 85 | 5F | 3E | 0 | 1D | 30 | 99 | 2D | 24 |
| Octal | 62 | 205 | 137 | 76 | 0 | 35 | 60 | 231 | 55 | 44 |
| Binary | 110010 | 10000101 | 1011111 | 111110 | 0 | 11101 | 110000 | 10011001 | 101101 | 100100 |
Color Harmonies of #32855F
Complementary color
Monochromatic Colors of #32855F
Black with #32855F
Text Example
Text Example
White with #32855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32855F; }
p { color: rgb(50,133,95); }
H1.HeaderClassName
{
color: #32855F;
}
.AnyTagClassName
{
color: #32855F;
}
</style>
background-color css
<style>
a { background-color: #32855F; }
a { background-color: rgb(50,133,95); }
div.DivClassName
{
background-color: #32855F;
}
.BgClassName
{
background-color: #32855F;
}
</style>
border-color css
<style>
span { border-color: #32855F; }
span { border-color: rgb(50,133,95); }
td.TdClassName
{
border-color: #32855F;
}
.TagClassName
{
border-color: #32855F;
}
</style>