Shades of Sea Green #329250
Tints of Sea Green #329250
RGB
CMYK
RGB Variations
Color information
#329250 (or 0x329250) is known color: Sea Green. HEX triplet: 32, 92 and 50. RGB value is (50,146,80). Sum of RGB (Red+Green+Blue) = 50+146+80=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #329250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329250 is #CD6DAF. Grayscale: #6D6D6D. Windows color (decimal): -13462960 or 5280306. OLE color: 5280306.
HSL color Cylindrical-coordinate representation of color #329250: hue angle of 138.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329250 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 146 | 80 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.43 |
| HSL | 138.75º | 0.49% | 0.38% | - |
| HSV(B) | 138.75º | 0.66% | 0.57% | - |
| XYZ | 13.04 | 21.82 | 11.11 | - |
| YUV | 109.77 | 111.2 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 146 | 80 | 0.66 | 0 | 0.45 | 0.43 | 138.75 | 0.49 | 0.38 |
| Hex | 32 | 92 | 50 | 42 | 0 | 2D | 2B | 8B | 31 | 26 |
| Octal | 62 | 222 | 120 | 102 | 0 | 55 | 53 | 213 | 61 | 46 |
| Binary | 110010 | 10010010 | 1010000 | 1000010 | 0 | 101101 | 101011 | 10001011 | 110001 | 100110 |
Color Harmonies of #329250
Complementary color
Monochromatic Colors of #329250
Black with #329250
Text Example
Text Example
White with #329250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329250; }
p { color: rgb(50,146,80); }
H1.HeaderClassName
{
color: #329250;
}
.AnyTagClassName
{
color: #329250;
}
</style>
background-color css
<style>
a { background-color: #329250; }
a { background-color: rgb(50,146,80); }
div.DivClassName
{
background-color: #329250;
}
.BgClassName
{
background-color: #329250;
}
</style>
border-color css
<style>
span { border-color: #329250; }
span { border-color: rgb(50,146,80); }
td.TdClassName
{
border-color: #329250;
}
.TagClassName
{
border-color: #329250;
}
</style>