Shades of Sea Green #328550
Tints of Sea Green #328550
RGB
CMYK
RGB Variations
Color information
#328550 (or 0x328550) is known color: Sea Green. HEX triplet: 32, 85 and 50. RGB value is (50,133,80). Sum of RGB (Red+Green+Blue) = 50+133+80=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #328550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328550 is #CD7AAF. Grayscale: #666666. Windows color (decimal): -13466288 or 5276978. OLE color: 5276978.
HSL color Cylindrical-coordinate representation of color #328550: hue angle of 141.69º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328550 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 80 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.48 |
| HSL | 141.69º | 0.45% | 0.36% | - |
| HSV(B) | 141.69º | 0.62% | 0.52% | - |
| XYZ | 11.15 | 18.03 | 10.48 | - |
| YUV | 102.14 | 115.5 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 80 | 0.62 | 0 | 0.40 | 0.48 | 141.69 | 0.45 | 0.36 |
| Hex | 32 | 85 | 50 | 3E | 0 | 28 | 30 | 8E | 2D | 24 |
| Octal | 62 | 205 | 120 | 76 | 0 | 50 | 60 | 216 | 55 | 44 |
| Binary | 110010 | 10000101 | 1010000 | 111110 | 0 | 101000 | 110000 | 10001110 | 101101 | 100100 |
Color Harmonies of #328550
Complementary color
Monochromatic Colors of #328550
Black with #328550
Text Example
Text Example
White with #328550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328550; }
p { color: rgb(50,133,80); }
H1.HeaderClassName
{
color: #328550;
}
.AnyTagClassName
{
color: #328550;
}
</style>
background-color css
<style>
a { background-color: #328550; }
a { background-color: rgb(50,133,80); }
div.DivClassName
{
background-color: #328550;
}
.BgClassName
{
background-color: #328550;
}
</style>
border-color css
<style>
span { border-color: #328550; }
span { border-color: rgb(50,133,80); }
td.TdClassName
{
border-color: #328550;
}
.TagClassName
{
border-color: #328550;
}
</style>