Shades of Sea Green #328856
Tints of Sea Green #328856
RGB
CMYK
RGB Variations
Color information
#328856 (or 0x328856) is known color: Sea Green. HEX triplet: 32, 88 and 56. RGB value is (50,136,86). Sum of RGB (Red+Green+Blue) = 50+136+86=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #328856 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328856 is #CD77A9. Grayscale: #686868. Windows color (decimal): -13465514 or 5670962. OLE color: 5670962.
HSL color Cylindrical-coordinate representation of color #328856: hue angle of 145.12º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328856 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 136 | 86 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.47 |
| HSL | 145.12º | 0.46% | 0.36% | - |
| HSV(B) | 145.12º | 0.63% | 0.53% | - |
| XYZ | 11.8 | 18.96 | 11.84 | - |
| YUV | 104.59 | 117.51 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 86 | 0.63 | 0 | 0.37 | 0.47 | 145.12 | 0.46 | 0.36 |
| Hex | 32 | 88 | 56 | 3F | 0 | 25 | 2F | 91 | 2E | 24 |
| Octal | 62 | 210 | 126 | 77 | 0 | 45 | 57 | 221 | 56 | 44 |
| Binary | 110010 | 10001000 | 1010110 | 111111 | 0 | 100101 | 101111 | 10010001 | 101110 | 100100 |
Color Harmonies of #328856
Complementary color
Monochromatic Colors of #328856
Black with #328856
Text Example
Text Example
White with #328856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328856; }
p { color: rgb(50,136,86); }
H1.HeaderClassName
{
color: #328856;
}
.AnyTagClassName
{
color: #328856;
}
</style>
background-color css
<style>
a { background-color: #328856; }
a { background-color: rgb(50,136,86); }
div.DivClassName
{
background-color: #328856;
}
.BgClassName
{
background-color: #328856;
}
</style>
border-color css
<style>
span { border-color: #328856; }
span { border-color: rgb(50,136,86); }
td.TdClassName
{
border-color: #328856;
}
.TagClassName
{
border-color: #328856;
}
</style>