Shades of Sea Green #328850
Tints of Sea Green #328850
RGB
CMYK
RGB Variations
Color information
#328850 (or 0x328850) is known color: Sea Green. HEX triplet: 32, 88 and 50. RGB value is (50,136,80). Sum of RGB (Red+Green+Blue) = 50+136+80=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #328850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328850 is #CD77AF. Grayscale: #686868. Windows color (decimal): -13465520 or 5277746. OLE color: 5277746.
HSL color Cylindrical-coordinate representation of color #328850: hue angle of 140.93º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328850 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 136 | 80 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.47 |
| HSL | 140.93º | 0.46% | 0.36% | - |
| HSV(B) | 140.93º | 0.63% | 0.53% | - |
| XYZ | 11.57 | 18.87 | 10.62 | - |
| YUV | 103.9 | 114.51 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 80 | 0.63 | 0 | 0.41 | 0.47 | 140.93 | 0.46 | 0.36 |
| Hex | 32 | 88 | 50 | 3F | 0 | 29 | 2F | 8D | 2E | 24 |
| Octal | 62 | 210 | 120 | 77 | 0 | 51 | 57 | 215 | 56 | 44 |
| Binary | 110010 | 10001000 | 1010000 | 111111 | 0 | 101001 | 101111 | 10001101 | 101110 | 100100 |
Color Harmonies of #328850
Complementary color
Monochromatic Colors of #328850
Black with #328850
Text Example
Text Example
White with #328850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328850; }
p { color: rgb(50,136,80); }
H1.HeaderClassName
{
color: #328850;
}
.AnyTagClassName
{
color: #328850;
}
</style>
background-color css
<style>
a { background-color: #328850; }
a { background-color: rgb(50,136,80); }
div.DivClassName
{
background-color: #328850;
}
.BgClassName
{
background-color: #328850;
}
</style>
border-color css
<style>
span { border-color: #328850; }
span { border-color: rgb(50,136,80); }
td.TdClassName
{
border-color: #328850;
}
.TagClassName
{
border-color: #328850;
}
</style>