Shades of Sea Green #328556
Tints of Sea Green #328556
RGB
CMYK
RGB Variations
Color information
#328556 (or 0x328556) is known color: Sea Green. HEX triplet: 32, 85 and 56. RGB value is (50,133,86). Sum of RGB (Red+Green+Blue) = 50+133+86=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #328556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328556 is #CD7AA9. Grayscale: #666666. Windows color (decimal): -13466282 or 5670194. OLE color: 5670194.
HSL color Cylindrical-coordinate representation of color #328556: hue angle of 146.02º 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 #328556 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 86 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.48 |
| HSL | 146.02º | 0.45% | 0.36% | - |
| HSV(B) | 146.02º | 0.62% | 0.52% | - |
| XYZ | 11.38 | 18.13 | 11.7 | - |
| YUV | 102.83 | 118.5 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 86 | 0.62 | 0 | 0.35 | 0.48 | 146.02 | 0.45 | 0.36 |
| Hex | 32 | 85 | 56 | 3E | 0 | 23 | 30 | 92 | 2D | 24 |
| Octal | 62 | 205 | 126 | 76 | 0 | 43 | 60 | 222 | 55 | 44 |
| Binary | 110010 | 10000101 | 1010110 | 111110 | 0 | 100011 | 110000 | 10010010 | 101101 | 100100 |
Color Harmonies of #328556
Complementary color
Monochromatic Colors of #328556
Black with #328556
Text Example
Text Example
White with #328556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328556; }
p { color: rgb(50,133,86); }
H1.HeaderClassName
{
color: #328556;
}
.AnyTagClassName
{
color: #328556;
}
</style>
background-color css
<style>
a { background-color: #328556; }
a { background-color: rgb(50,133,86); }
div.DivClassName
{
background-color: #328556;
}
.BgClassName
{
background-color: #328556;
}
</style>
border-color css
<style>
span { border-color: #328556; }
span { border-color: rgb(50,133,86); }
td.TdClassName
{
border-color: #328556;
}
.TagClassName
{
border-color: #328556;
}
</style>