Shades of Sea Green #32855C
Tints of Sea Green #32855C
RGB
CMYK
RGB Variations
Color information
#32855C (or 0x32855C) is known color: Sea Green. HEX triplet: 32, 85 and 5C. RGB value is (50,133,92). Sum of RGB (Red+Green+Blue) = 50+133+92=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #32855C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32855C is #CD7AA3. Grayscale: #676767. Windows color (decimal): -13466276 or 6063410. OLE color: 6063410.
HSL color Cylindrical-coordinate representation of color #32855C: hue angle of 150.36º 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 #32855C is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 92 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.48 |
| HSL | 150.36º | 0.45% | 0.36% | - |
| HSV(B) | 150.36º | 0.62% | 0.52% | - |
| XYZ | 11.63 | 18.23 | 13.03 | - |
| YUV | 103.51 | 121.5 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 92 | 0.62 | 0 | 0.31 | 0.48 | 150.36 | 0.45 | 0.36 |
| Hex | 32 | 85 | 5C | 3E | 0 | 1F | 30 | 96 | 2D | 24 |
| Octal | 62 | 205 | 134 | 76 | 0 | 37 | 60 | 226 | 55 | 44 |
| Binary | 110010 | 10000101 | 1011100 | 111110 | 0 | 11111 | 110000 | 10010110 | 101101 | 100100 |
Color Harmonies of #32855C
Complementary color
Monochromatic Colors of #32855C
Black with #32855C
Text Example
Text Example
White with #32855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32855C; }
p { color: rgb(50,133,92); }
H1.HeaderClassName
{
color: #32855C;
}
.AnyTagClassName
{
color: #32855C;
}
</style>
background-color css
<style>
a { background-color: #32855C; }
a { background-color: rgb(50,133,92); }
div.DivClassName
{
background-color: #32855C;
}
.BgClassName
{
background-color: #32855C;
}
</style>
border-color css
<style>
span { border-color: #32855C; }
span { border-color: rgb(50,133,92); }
td.TdClassName
{
border-color: #32855C;
}
.TagClassName
{
border-color: #32855C;
}
</style>