Shades of Sea Green #328A56
Tints of Sea Green #328A56
RGB
CMYK
RGB Variations
Color information
#328A56 (or 0x328A56) is known color: Sea Green. HEX triplet: 32, 8A and 56. RGB value is (50,138,86). Sum of RGB (Red+Green+Blue) = 50+138+86=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 138 (54.30% from 255 or 50.36% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 138 - color contains mainly: green. Hex color #328A56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328A56 is #CD75A9. Grayscale: #696969. Windows color (decimal): -13465002 or 5671474. OLE color: 5671474.
HSL color Cylindrical-coordinate representation of color #328A56: hue angle of 144.55º 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 #328A56 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 138 | 86 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.46 |
| HSL | 144.55º | 0.47% | 0.37% | - |
| HSV(B) | 144.55º | 0.64% | 0.54% | - |
| XYZ | 12.08 | 19.53 | 11.94 | - |
| YUV | 105.76 | 116.85 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 86 | 0.64 | 0 | 0.38 | 0.46 | 144.55 | 0.47 | 0.37 |
| Hex | 32 | 8A | 56 | 40 | 0 | 26 | 2E | 91 | 2F | 25 |
| Octal | 62 | 212 | 126 | 100 | 0 | 46 | 56 | 221 | 57 | 45 |
| Binary | 110010 | 10001010 | 1010110 | 1000000 | 0 | 100110 | 101110 | 10010001 | 101111 | 100101 |
Color Harmonies of #328A56
Complementary color
Monochromatic Colors of #328A56
Black with #328A56
Text Example
Text Example
White with #328A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328A56; }
p { color: rgb(50,138,86); }
H1.HeaderClassName
{
color: #328A56;
}
.AnyTagClassName
{
color: #328A56;
}
</style>
background-color css
<style>
a { background-color: #328A56; }
a { background-color: rgb(50,138,86); }
div.DivClassName
{
background-color: #328A56;
}
.BgClassName
{
background-color: #328A56;
}
</style>
border-color css
<style>
span { border-color: #328A56; }
span { border-color: rgb(50,138,86); }
td.TdClassName
{
border-color: #328A56;
}
.TagClassName
{
border-color: #328A56;
}
</style>