Shades of Sea Green #328561
Tints of Sea Green #328561
RGB
CMYK
RGB Variations
Color information
#328561 (or 0x328561) is known color: Sea Green. HEX triplet: 32, 85 and 61. RGB value is (50,133,97). Sum of RGB (Red+Green+Blue) = 50+133+97=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #328561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328561 is #CD7A9E. Grayscale: #686868. Windows color (decimal): -13466271 or 6391090. OLE color: 6391090.
HSL color Cylindrical-coordinate representation of color #328561: hue angle of 153.98º 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 #328561 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 97 | - |
| CMYK | 0.62 | 0 | 0.27 | 0.48 |
| HSL | 153.98º | 0.45% | 0.36% | - |
| HSV(B) | 153.98º | 0.62% | 0.52% | - |
| XYZ | 11.86 | 18.32 | 14.22 | - |
| YUV | 104.08 | 124 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 97 | 0.62 | 0 | 0.27 | 0.48 | 153.98 | 0.45 | 0.36 |
| Hex | 32 | 85 | 61 | 3E | 0 | 1B | 30 | 9A | 2D | 24 |
| Octal | 62 | 205 | 141 | 76 | 0 | 33 | 60 | 232 | 55 | 44 |
| Binary | 110010 | 10000101 | 1100001 | 111110 | 0 | 11011 | 110000 | 10011010 | 101101 | 100100 |
Color Harmonies of #328561
Complementary color
Monochromatic Colors of #328561
Black with #328561
Text Example
Text Example
White with #328561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328561; }
p { color: rgb(50,133,97); }
H1.HeaderClassName
{
color: #328561;
}
.AnyTagClassName
{
color: #328561;
}
</style>
background-color css
<style>
a { background-color: #328561; }
a { background-color: rgb(50,133,97); }
div.DivClassName
{
background-color: #328561;
}
.BgClassName
{
background-color: #328561;
}
</style>
border-color css
<style>
span { border-color: #328561; }
span { border-color: rgb(50,133,97); }
td.TdClassName
{
border-color: #328561;
}
.TagClassName
{
border-color: #328561;
}
</style>