Shades of Sea Green #328947
Tints of Sea Green #328947
RGB
CMYK
RGB Variations
Color information
#328947 (or 0x328947) is known color: Sea Green. HEX triplet: 32, 89 and 47. RGB value is (50,137,71). Sum of RGB (Red+Green+Blue) = 50+137+71=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #328947 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328947 is #CD76B8. Grayscale: #676767. Windows color (decimal): -13465273 or 4688178. OLE color: 4688178.
HSL color Cylindrical-coordinate representation of color #328947: hue angle of 134.48º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328947 is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 137 | 71 | - |
| CMYK | 0.64 | 0 | 0.48 | 0.46 |
| HSL | 134.48º | 0.47% | 0.37% | - |
| HSV(B) | 134.48º | 0.64% | 0.54% | - |
| XYZ | 11.4 | 19.02 | 9.03 | - |
| YUV | 103.46 | 109.68 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 71 | 0.64 | 0 | 0.48 | 0.46 | 134.48 | 0.47 | 0.37 |
| Hex | 32 | 89 | 47 | 40 | 0 | 30 | 2E | 86 | 2F | 25 |
| Octal | 62 | 211 | 107 | 100 | 0 | 60 | 56 | 206 | 57 | 45 |
| Binary | 110010 | 10001001 | 1000111 | 1000000 | 0 | 110000 | 101110 | 10000110 | 101111 | 100101 |
Color Harmonies of #328947
Complementary color
Monochromatic Colors of #328947
Black with #328947
Text Example
Text Example
White with #328947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328947; }
p { color: rgb(50,137,71); }
H1.HeaderClassName
{
color: #328947;
}
.AnyTagClassName
{
color: #328947;
}
</style>
background-color css
<style>
a { background-color: #328947; }
a { background-color: rgb(50,137,71); }
div.DivClassName
{
background-color: #328947;
}
.BgClassName
{
background-color: #328947;
}
</style>
border-color css
<style>
span { border-color: #328947; }
span { border-color: rgb(50,137,71); }
td.TdClassName
{
border-color: #328947;
}
.TagClassName
{
border-color: #328947;
}
</style>