Shades of Sea Green #329552
Tints of Sea Green #329552
RGB
CMYK
RGB Variations
Color information
#329552 (or 0x329552) is known color: Sea Green. HEX triplet: 32, 95 and 52. RGB value is (50,149,82). Sum of RGB (Red+Green+Blue) = 50+149+82=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #329552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329552 is #CD6AAD. Grayscale: #6F6F6F. Windows color (decimal): -13462190 or 5412146. OLE color: 5412146.
HSL color Cylindrical-coordinate representation of color #329552: hue angle of 139.39º 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 #329552 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 82 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.42 |
| HSL | 139.39º | 0.5% | 0.39% | - |
| HSV(B) | 139.39º | 0.66% | 0.58% | - |
| XYZ | 13.59 | 22.78 | 11.66 | - |
| YUV | 111.76 | 111.2 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 82 | 0.66 | 0 | 0.45 | 0.42 | 139.39 | 0.5 | 0.39 |
| Hex | 32 | 95 | 52 | 42 | 0 | 2D | 2A | 8B | 32 | 27 |
| Octal | 62 | 225 | 122 | 102 | 0 | 55 | 52 | 213 | 62 | 47 |
| Binary | 110010 | 10010101 | 1010010 | 1000010 | 0 | 101101 | 101010 | 10001011 | 110010 | 100111 |
Color Harmonies of #329552
Complementary color
Monochromatic Colors of #329552
Black with #329552
Text Example
Text Example
White with #329552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329552; }
p { color: rgb(50,149,82); }
H1.HeaderClassName
{
color: #329552;
}
.AnyTagClassName
{
color: #329552;
}
</style>
background-color css
<style>
a { background-color: #329552; }
a { background-color: rgb(50,149,82); }
div.DivClassName
{
background-color: #329552;
}
.BgClassName
{
background-color: #329552;
}
</style>
border-color css
<style>
span { border-color: #329552; }
span { border-color: rgb(50,149,82); }
td.TdClassName
{
border-color: #329552;
}
.TagClassName
{
border-color: #329552;
}
</style>