Shades of Sea Green #328C5E
Tints of Sea Green #328C5E
RGB
CMYK
RGB Variations
Color information
#328C5E (or 0x328C5E) is known color: Sea Green. HEX triplet: 32, 8C and 5E. RGB value is (50,140,94). Sum of RGB (Red+Green+Blue) = 50+140+94=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 140 (55.08% from 255 or 49.30% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 140 - color contains mainly: green. Hex color #328C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328C5E is #CD73A1. Grayscale: #6B6B6B. Windows color (decimal): -13464482 or 6196274. OLE color: 6196274.
HSL color Cylindrical-coordinate representation of color #328C5E: hue angle of 149.33º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328C5E is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 140 | 94 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.45 |
| HSL | 149.33º | 0.47% | 0.37% | - |
| HSV(B) | 149.33º | 0.64% | 0.55% | - |
| XYZ | 12.71 | 20.24 | 13.83 | - |
| YUV | 107.85 | 120.18 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 94 | 0.64 | 0 | 0.33 | 0.45 | 149.33 | 0.47 | 0.37 |
| Hex | 32 | 8C | 5E | 40 | 0 | 21 | 2D | 95 | 2F | 25 |
| Octal | 62 | 214 | 136 | 100 | 0 | 41 | 55 | 225 | 57 | 45 |
| Binary | 110010 | 10001100 | 1011110 | 1000000 | 0 | 100001 | 101101 | 10010101 | 101111 | 100101 |
Color Harmonies of #328C5E
Complementary color
Monochromatic Colors of #328C5E
Black with #328C5E
Text Example
Text Example
White with #328C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328C5E; }
p { color: rgb(50,140,94); }
H1.HeaderClassName
{
color: #328C5E;
}
.AnyTagClassName
{
color: #328C5E;
}
</style>
background-color css
<style>
a { background-color: #328C5E; }
a { background-color: rgb(50,140,94); }
div.DivClassName
{
background-color: #328C5E;
}
.BgClassName
{
background-color: #328C5E;
}
</style>
border-color css
<style>
span { border-color: #328C5E; }
span { border-color: rgb(50,140,94); }
td.TdClassName
{
border-color: #328C5E;
}
.TagClassName
{
border-color: #328C5E;
}
</style>