Shades of Sea Green #32894A
Tints of Sea Green #32894A
RGB
CMYK
RGB Variations
Color information
#32894A (or 0x32894A) is known color: Sea Green. HEX triplet: 32, 89 and 4A. RGB value is (50,137,74). Sum of RGB (Red+Green+Blue) = 50+137+74=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #32894A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32894A is #CD76B5. Grayscale: #676767. Windows color (decimal): -13465270 or 4884786. OLE color: 4884786.
HSL color Cylindrical-coordinate representation of color #32894A: hue angle of 136.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 #32894A is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 137 | 74 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.46 |
| HSL | 136.55º | 0.47% | 0.37% | - |
| HSV(B) | 136.55º | 0.64% | 0.54% | - |
| XYZ | 11.5 | 19.06 | 9.55 | - |
| YUV | 103.81 | 111.18 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 74 | 0.64 | 0 | 0.46 | 0.46 | 136.55 | 0.47 | 0.37 |
| Hex | 32 | 89 | 4A | 40 | 0 | 2E | 2E | 89 | 2F | 25 |
| Octal | 62 | 211 | 112 | 100 | 0 | 56 | 56 | 211 | 57 | 45 |
| Binary | 110010 | 10001001 | 1001010 | 1000000 | 0 | 101110 | 101110 | 10001001 | 101111 | 100101 |
Color Harmonies of #32894A
Complementary color
Monochromatic Colors of #32894A
Black with #32894A
Text Example
Text Example
White with #32894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32894A; }
p { color: rgb(50,137,74); }
H1.HeaderClassName
{
color: #32894A;
}
.AnyTagClassName
{
color: #32894A;
}
</style>
background-color css
<style>
a { background-color: #32894A; }
a { background-color: rgb(50,137,74); }
div.DivClassName
{
background-color: #32894A;
}
.BgClassName
{
background-color: #32894A;
}
</style>
border-color css
<style>
span { border-color: #32894A; }
span { border-color: rgb(50,137,74); }
td.TdClassName
{
border-color: #32894A;
}
.TagClassName
{
border-color: #32894A;
}
</style>