Shades of Sea Green #32954D
Tints of Sea Green #32954D
RGB
CMYK
RGB Variations
Color information
#32954D (or 0x32954D) is known color: Sea Green. HEX triplet: 32, 95 and 4D. RGB value is (50,149,77). Sum of RGB (Red+Green+Blue) = 50+149+77=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #32954D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32954D is #CD6AB2. Grayscale: #6F6F6F. Windows color (decimal): -13462195 or 5084466. OLE color: 5084466.
HSL color Cylindrical-coordinate representation of color #32954D: hue angle of 136.36º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32954D is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 77 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.42 |
| HSL | 136.36º | 0.5% | 0.39% | - |
| HSV(B) | 136.36º | 0.66% | 0.58% | - |
| XYZ | 13.4 | 22.71 | 10.7 | - |
| YUV | 111.19 | 108.7 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 77 | 0.66 | 0 | 0.48 | 0.42 | 136.36 | 0.5 | 0.39 |
| Hex | 32 | 95 | 4D | 42 | 0 | 30 | 2A | 88 | 32 | 27 |
| Octal | 62 | 225 | 115 | 102 | 0 | 60 | 52 | 210 | 62 | 47 |
| Binary | 110010 | 10010101 | 1001101 | 1000010 | 0 | 110000 | 101010 | 10001000 | 110010 | 100111 |
Color Harmonies of #32954D
Complementary color
Monochromatic Colors of #32954D
Black with #32954D
Text Example
Text Example
White with #32954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32954D; }
p { color: rgb(50,149,77); }
H1.HeaderClassName
{
color: #32954D;
}
.AnyTagClassName
{
color: #32954D;
}
</style>
background-color css
<style>
a { background-color: #32954D; }
a { background-color: rgb(50,149,77); }
div.DivClassName
{
background-color: #32954D;
}
.BgClassName
{
background-color: #32954D;
}
</style>
border-color css
<style>
span { border-color: #32954D; }
span { border-color: rgb(50,149,77); }
td.TdClassName
{
border-color: #32954D;
}
.TagClassName
{
border-color: #32954D;
}
</style>