Shades of Sea Green #329353
Tints of Sea Green #329353
RGB
CMYK
RGB Variations
Color information
#329353 (or 0x329353) is known color: Sea Green. HEX triplet: 32, 93 and 53. RGB value is (50,147,83). Sum of RGB (Red+Green+Blue) = 50+147+83=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #329353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329353 is #CD6CAC. Grayscale: #6E6E6E. Windows color (decimal): -13462701 or 5477170. OLE color: 5477170.
HSL color Cylindrical-coordinate representation of color #329353: hue angle of 140.41º degrees, saturation: 0.49, 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 #329353 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 147 | 83 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.42 |
| HSL | 140.41º | 0.49% | 0.39% | - |
| HSV(B) | 140.41º | 0.66% | 0.58% | - |
| XYZ | 13.31 | 22.17 | 11.76 | - |
| YUV | 110.7 | 112.36 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 83 | 0.66 | 0 | 0.44 | 0.42 | 140.41 | 0.49 | 0.39 |
| Hex | 32 | 93 | 53 | 42 | 0 | 2C | 2A | 8C | 31 | 27 |
| Octal | 62 | 223 | 123 | 102 | 0 | 54 | 52 | 214 | 61 | 47 |
| Binary | 110010 | 10010011 | 1010011 | 1000010 | 0 | 101100 | 101010 | 10001100 | 110001 | 100111 |
Color Harmonies of #329353
Complementary color
Monochromatic Colors of #329353
Black with #329353
Text Example
Text Example
White with #329353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329353; }
p { color: rgb(50,147,83); }
H1.HeaderClassName
{
color: #329353;
}
.AnyTagClassName
{
color: #329353;
}
</style>
background-color css
<style>
a { background-color: #329353; }
a { background-color: rgb(50,147,83); }
div.DivClassName
{
background-color: #329353;
}
.BgClassName
{
background-color: #329353;
}
</style>
border-color css
<style>
span { border-color: #329353; }
span { border-color: rgb(50,147,83); }
td.TdClassName
{
border-color: #329353;
}
.TagClassName
{
border-color: #329353;
}
</style>