Shades of Sea Green #328E4D
Tints of Sea Green #328E4D
RGB
CMYK
RGB Variations
Color information
#328E4D (or 0x328E4D) is known color: Sea Green. HEX triplet: 32, 8E and 4D. RGB value is (50,142,77). Sum of RGB (Red+Green+Blue) = 50+142+77=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 142 (55.86% from 255 or 52.79% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 142 - color contains mainly: green. Hex color #328E4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328E4D is #CD71B2. Grayscale: #6B6B6B. Windows color (decimal): -13463987 or 5082674. OLE color: 5082674.
HSL color Cylindrical-coordinate representation of color #328E4D: hue angle of 137.61º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328E4D is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 142 | 77 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.44 |
| HSL | 137.61º | 0.48% | 0.38% | - |
| HSV(B) | 137.61º | 0.65% | 0.56% | - |
| XYZ | 12.33 | 20.56 | 10.34 | - |
| YUV | 107.08 | 111.02 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 77 | 0.65 | 0 | 0.46 | 0.44 | 137.61 | 0.48 | 0.38 |
| Hex | 32 | 8E | 4D | 41 | 0 | 2E | 2C | 8A | 30 | 26 |
| Octal | 62 | 216 | 115 | 101 | 0 | 56 | 54 | 212 | 60 | 46 |
| Binary | 110010 | 10001110 | 1001101 | 1000001 | 0 | 101110 | 101100 | 10001010 | 110000 | 100110 |
Color Harmonies of #328E4D
Complementary color
Monochromatic Colors of #328E4D
Black with #328E4D
Text Example
Text Example
White with #328E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328E4D; }
p { color: rgb(50,142,77); }
H1.HeaderClassName
{
color: #328E4D;
}
.AnyTagClassName
{
color: #328E4D;
}
</style>
background-color css
<style>
a { background-color: #328E4D; }
a { background-color: rgb(50,142,77); }
div.DivClassName
{
background-color: #328E4D;
}
.BgClassName
{
background-color: #328E4D;
}
</style>
border-color css
<style>
span { border-color: #328E4D; }
span { border-color: rgb(50,142,77); }
td.TdClassName
{
border-color: #328E4D;
}
.TagClassName
{
border-color: #328E4D;
}
</style>