Shades of Sea Green #32964D
Tints of Sea Green #32964D
RGB
CMYK
RGB Variations
Color information
#32964D (or 0x32964D) is known color: Sea Green. HEX triplet: 32, 96 and 4D. RGB value is (50,150,77). Sum of RGB (Red+Green+Blue) = 50+150+77=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #32964D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32964D is #CD69B2. Grayscale: #6F6F6F. Windows color (decimal): -13461939 or 5084722. OLE color: 5084722.
HSL color Cylindrical-coordinate representation of color #32964D: hue angle of 136.2º 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 #32964D is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 150 | 77 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.41 |
| HSL | 136.2º | 0.5% | 0.39% | - |
| HSV(B) | 136.2º | 0.67% | 0.59% | - |
| XYZ | 13.56 | 23.03 | 10.75 | - |
| YUV | 111.78 | 108.37 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 77 | 0.67 | 0 | 0.49 | 0.41 | 136.2 | 0.5 | 0.39 |
| Hex | 32 | 96 | 4D | 43 | 0 | 31 | 29 | 88 | 32 | 27 |
| Octal | 62 | 226 | 115 | 103 | 0 | 61 | 51 | 210 | 62 | 47 |
| Binary | 110010 | 10010110 | 1001101 | 1000011 | 0 | 110001 | 101001 | 10001000 | 110010 | 100111 |
Color Harmonies of #32964D
Complementary color
Monochromatic Colors of #32964D
Black with #32964D
Text Example
Text Example
White with #32964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32964D; }
p { color: rgb(50,150,77); }
H1.HeaderClassName
{
color: #32964D;
}
.AnyTagClassName
{
color: #32964D;
}
</style>
background-color css
<style>
a { background-color: #32964D; }
a { background-color: rgb(50,150,77); }
div.DivClassName
{
background-color: #32964D;
}
.BgClassName
{
background-color: #32964D;
}
</style>
border-color css
<style>
span { border-color: #32964D; }
span { border-color: rgb(50,150,77); }
td.TdClassName
{
border-color: #32964D;
}
.TagClassName
{
border-color: #32964D;
}
</style>