Shades of Sea Green #32964E
Tints of Sea Green #32964E
RGB
CMYK
RGB Variations
Color information
#32964E (or 0x32964E) is known color: Sea Green. HEX triplet: 32, 96 and 4E. RGB value is (50,150,78). Sum of RGB (Red+Green+Blue) = 50+150+78=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 150 (58.98% from 255 or 53.96% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 150 - color contains mainly: green. Hex color #32964E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32964E is #CD69B1. Grayscale: #707070. Windows color (decimal): -13461938 or 5150258. OLE color: 5150258.
HSL color Cylindrical-coordinate representation of color #32964E: hue angle of 136.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32964E is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 150 | 78 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.41 |
| HSL | 136.8º | 0.5% | 0.39% | - |
| HSV(B) | 136.8º | 0.67% | 0.59% | - |
| XYZ | 13.6 | 23.04 | 10.94 | - |
| YUV | 111.89 | 108.87 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 78 | 0.67 | 0 | 0.48 | 0.41 | 136.8 | 0.5 | 0.39 |
| Hex | 32 | 96 | 4E | 43 | 0 | 30 | 29 | 89 | 32 | 27 |
| Octal | 62 | 226 | 116 | 103 | 0 | 60 | 51 | 211 | 62 | 47 |
| Binary | 110010 | 10010110 | 1001110 | 1000011 | 0 | 110000 | 101001 | 10001001 | 110010 | 100111 |
Color Harmonies of #32964E
Complementary color
Monochromatic Colors of #32964E
Black with #32964E
Text Example
Text Example
White with #32964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32964E; }
p { color: rgb(50,150,78); }
H1.HeaderClassName
{
color: #32964E;
}
.AnyTagClassName
{
color: #32964E;
}
</style>
background-color css
<style>
a { background-color: #32964E; }
a { background-color: rgb(50,150,78); }
div.DivClassName
{
background-color: #32964E;
}
.BgClassName
{
background-color: #32964E;
}
</style>
border-color css
<style>
span { border-color: #32964E; }
span { border-color: rgb(50,150,78); }
td.TdClassName
{
border-color: #32964E;
}
.TagClassName
{
border-color: #32964E;
}
</style>