Shades of Sea Green #328D46
Tints of Sea Green #328D46
RGB
CMYK
RGB Variations
Color information
#328D46 (or 0x328D46) is known color: Sea Green. HEX triplet: 32, 8D and 46. RGB value is (50,141,70). Sum of RGB (Red+Green+Blue) = 50+141+70=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 141 (55.47% from 255 or 54.02% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 141 - color contains mainly: green. Hex color #328D46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D46 is #CD72B9. Grayscale: #696969. Windows color (decimal): -13464250 or 4623666. OLE color: 4623666.
HSL color Cylindrical-coordinate representation of color #328D46: hue angle of 133.19º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328D46 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 141 | 70 | - |
| CMYK | 0.65 | 0 | 0.50 | 0.45 |
| HSL | 133.19º | 0.48% | 0.37% | - |
| HSV(B) | 133.19º | 0.65% | 0.55% | - |
| XYZ | 11.95 | 20.17 | 9.06 | - |
| YUV | 105.7 | 107.85 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 70 | 0.65 | 0 | 0.50 | 0.45 | 133.19 | 0.48 | 0.37 |
| Hex | 32 | 8D | 46 | 41 | 0 | 32 | 2D | 85 | 30 | 25 |
| Octal | 62 | 215 | 106 | 101 | 0 | 62 | 55 | 205 | 60 | 45 |
| Binary | 110010 | 10001101 | 1000110 | 1000001 | 0 | 110010 | 101101 | 10000101 | 110000 | 100101 |
Color Harmonies of #328D46
Complementary color
Monochromatic Colors of #328D46
Black with #328D46
Text Example
Text Example
White with #328D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328D46; }
p { color: rgb(50,141,70); }
H1.HeaderClassName
{
color: #328D46;
}
.AnyTagClassName
{
color: #328D46;
}
</style>
background-color css
<style>
a { background-color: #328D46; }
a { background-color: rgb(50,141,70); }
div.DivClassName
{
background-color: #328D46;
}
.BgClassName
{
background-color: #328D46;
}
</style>
border-color css
<style>
span { border-color: #328D46; }
span { border-color: rgb(50,141,70); }
td.TdClassName
{
border-color: #328D46;
}
.TagClassName
{
border-color: #328D46;
}
</style>