Shades of Sea Green #328950
Tints of Sea Green #328950
RGB
CMYK
RGB Variations
Color information
#328950 (or 0x328950) is known color: Sea Green. HEX triplet: 32, 89 and 50. RGB value is (50,137,80). Sum of RGB (Red+Green+Blue) = 50+137+80=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #328950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328950 is #CD76AF. Grayscale: #686868. Windows color (decimal): -13465264 or 5278002. OLE color: 5278002.
HSL color Cylindrical-coordinate representation of color #328950: hue angle of 140.69º 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 #328950 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 137 | 80 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.46 |
| HSL | 140.69º | 0.47% | 0.37% | - |
| HSV(B) | 140.69º | 0.64% | 0.54% | - |
| XYZ | 11.71 | 19.15 | 10.67 | - |
| YUV | 104.49 | 114.18 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 80 | 0.64 | 0 | 0.42 | 0.46 | 140.69 | 0.47 | 0.37 |
| Hex | 32 | 89 | 50 | 40 | 0 | 2A | 2E | 8D | 2F | 25 |
| Octal | 62 | 211 | 120 | 100 | 0 | 52 | 56 | 215 | 57 | 45 |
| Binary | 110010 | 10001001 | 1010000 | 1000000 | 0 | 101010 | 101110 | 10001101 | 101111 | 100101 |
Color Harmonies of #328950
Complementary color
Monochromatic Colors of #328950
Black with #328950
Text Example
Text Example
White with #328950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328950; }
p { color: rgb(50,137,80); }
H1.HeaderClassName
{
color: #328950;
}
.AnyTagClassName
{
color: #328950;
}
</style>
background-color css
<style>
a { background-color: #328950; }
a { background-color: rgb(50,137,80); }
div.DivClassName
{
background-color: #328950;
}
.BgClassName
{
background-color: #328950;
}
</style>
border-color css
<style>
span { border-color: #328950; }
span { border-color: rgb(50,137,80); }
td.TdClassName
{
border-color: #328950;
}
.TagClassName
{
border-color: #328950;
}
</style>