Shades of Sea Green #328557
Tints of Sea Green #328557
RGB
CMYK
RGB Variations
Color information
#328557 (or 0x328557) is known color: Sea Green. HEX triplet: 32, 85 and 57. RGB value is (50,133,87). Sum of RGB (Red+Green+Blue) = 50+133+87=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #328557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328557 is #CD7AA8. Grayscale: #676767. Windows color (decimal): -13466281 or 5735730. OLE color: 5735730.
HSL color Cylindrical-coordinate representation of color #328557: hue angle of 146.75º 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 #328557 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 87 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.48 |
| HSL | 146.75º | 0.45% | 0.36% | - |
| HSV(B) | 146.75º | 0.62% | 0.52% | - |
| XYZ | 11.42 | 18.14 | 11.92 | - |
| YUV | 102.94 | 119 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 87 | 0.62 | 0 | 0.35 | 0.48 | 146.75 | 0.45 | 0.36 |
| Hex | 32 | 85 | 57 | 3E | 0 | 23 | 30 | 93 | 2D | 24 |
| Octal | 62 | 205 | 127 | 76 | 0 | 43 | 60 | 223 | 55 | 44 |
| Binary | 110010 | 10000101 | 1010111 | 111110 | 0 | 100011 | 110000 | 10010011 | 101101 | 100100 |
Color Harmonies of #328557
Complementary color
Monochromatic Colors of #328557
Black with #328557
Text Example
Text Example
White with #328557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328557; }
p { color: rgb(50,133,87); }
H1.HeaderClassName
{
color: #328557;
}
.AnyTagClassName
{
color: #328557;
}
</style>
background-color css
<style>
a { background-color: #328557; }
a { background-color: rgb(50,133,87); }
div.DivClassName
{
background-color: #328557;
}
.BgClassName
{
background-color: #328557;
}
</style>
border-color css
<style>
span { border-color: #328557; }
span { border-color: rgb(50,133,87); }
td.TdClassName
{
border-color: #328557;
}
.TagClassName
{
border-color: #328557;
}
</style>