Shades of Sea Green #328D52
Tints of Sea Green #328D52
RGB
CMYK
RGB Variations
Color information
#328D52 (or 0x328D52) is known color: Sea Green. HEX triplet: 32, 8D and 52. RGB value is (50,141,82). Sum of RGB (Red+Green+Blue) = 50+141+82=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #328D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328D52 is #CD72AD. Grayscale: #6B6B6B. Windows color (decimal): -13464238 or 5410098. OLE color: 5410098.
HSL color Cylindrical-coordinate representation of color #328D52: hue angle of 141.1º 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 #328D52 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 141 | 82 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.45 |
| HSL | 141.1º | 0.48% | 0.37% | - |
| HSV(B) | 141.1º | 0.65% | 0.55% | - |
| XYZ | 12.36 | 20.34 | 11.26 | - |
| YUV | 107.07 | 113.85 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 82 | 0.65 | 0 | 0.42 | 0.45 | 141.1 | 0.48 | 0.37 |
| Hex | 32 | 8D | 52 | 41 | 0 | 2A | 2D | 8D | 30 | 25 |
| Octal | 62 | 215 | 122 | 101 | 0 | 52 | 55 | 215 | 60 | 45 |
| Binary | 110010 | 10001101 | 1010010 | 1000001 | 0 | 101010 | 101101 | 10001101 | 110000 | 100101 |
Color Harmonies of #328D52
Complementary color
Monochromatic Colors of #328D52
Black with #328D52
Text Example
Text Example
White with #328D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328D52; }
p { color: rgb(50,141,82); }
H1.HeaderClassName
{
color: #328D52;
}
.AnyTagClassName
{
color: #328D52;
}
</style>
background-color css
<style>
a { background-color: #328D52; }
a { background-color: rgb(50,141,82); }
div.DivClassName
{
background-color: #328D52;
}
.BgClassName
{
background-color: #328D52;
}
</style>
border-color css
<style>
span { border-color: #328D52; }
span { border-color: rgb(50,141,82); }
td.TdClassName
{
border-color: #328D52;
}
.TagClassName
{
border-color: #328D52;
}
</style>