Shades of Sea Green #328862
Tints of Sea Green #328862
RGB
CMYK
RGB Variations
Color information
#328862 (or 0x328862) is known color: Sea Green. HEX triplet: 32, 88 and 62. RGB value is (50,136,98). Sum of RGB (Red+Green+Blue) = 50+136+98=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #328862 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328862 is #CD779D. Grayscale: #6A6A6A. Windows color (decimal): -13465502 or 6457394. OLE color: 6457394.
HSL color Cylindrical-coordinate representation of color #328862: hue angle of 153.49º 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 #328862 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 136 | 98 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.47 |
| HSL | 153.49º | 0.46% | 0.36% | - |
| HSV(B) | 153.49º | 0.63% | 0.53% | - |
| XYZ | 12.32 | 19.17 | 14.61 | - |
| YUV | 105.95 | 123.51 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 98 | 0.63 | 0 | 0.28 | 0.47 | 153.49 | 0.46 | 0.36 |
| Hex | 32 | 88 | 62 | 3F | 0 | 1C | 2F | 99 | 2E | 24 |
| Octal | 62 | 210 | 142 | 77 | 0 | 34 | 57 | 231 | 56 | 44 |
| Binary | 110010 | 10001000 | 1100010 | 111111 | 0 | 11100 | 101111 | 10011001 | 101110 | 100100 |
Color Harmonies of #328862
Complementary color
Monochromatic Colors of #328862
Black with #328862
Text Example
Text Example
White with #328862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328862; }
p { color: rgb(50,136,98); }
H1.HeaderClassName
{
color: #328862;
}
.AnyTagClassName
{
color: #328862;
}
</style>
background-color css
<style>
a { background-color: #328862; }
a { background-color: rgb(50,136,98); }
div.DivClassName
{
background-color: #328862;
}
.BgClassName
{
background-color: #328862;
}
</style>
border-color css
<style>
span { border-color: #328862; }
span { border-color: rgb(50,136,98); }
td.TdClassName
{
border-color: #328862;
}
.TagClassName
{
border-color: #328862;
}
</style>