Shades of Jungle Green #32AC88
Tints of Jungle Green #32AC88
RGB
CMYK
RGB Variations
Color information
#32AC88 (or 0x32AC88) is known color: Jungle Green. HEX triplet: 32, AC and 88. RGB value is (50,172,136). Sum of RGB (Red+Green+Blue) = 50+172+136=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AC88 is #CD5377. Grayscale: #838383. Windows color (decimal): -13456248 or 8956978. OLE color: 8956978.
HSL color Cylindrical-coordinate representation of color #32AC88: hue angle of 162.3º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AC88 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 136 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.33 |
| HSL | 162.3º | 0.55% | 0.44% | - |
| HSV(B) | 162.3º | 0.71% | 0.67% | - |
| XYZ | 20.51 | 31.96 | 28.38 | - |
| YUV | 131.42 | 130.58 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 136 | 0.71 | 0 | 0.21 | 0.33 | 162.3 | 0.55 | 0.44 |
| Hex | 32 | AC | 88 | 47 | 0 | 15 | 21 | A2 | 37 | 2C |
| Octal | 62 | 254 | 210 | 107 | 0 | 25 | 41 | 242 | 67 | 54 |
| Binary | 110010 | 10101100 | 10001000 | 1000111 | 0 | 10101 | 100001 | 10100010 | 110111 | 101100 |
Color Harmonies of #32AC88
Complementary color
Monochromatic Colors of #32AC88
Black with #32AC88
Text Example
Text Example
White with #32AC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC88; }
p { color: rgb(50,172,136); }
H1.HeaderClassName
{
color: #32AC88;
}
.AnyTagClassName
{
color: #32AC88;
}
</style>
background-color css
<style>
a { background-color: #32AC88; }
a { background-color: rgb(50,172,136); }
div.DivClassName
{
background-color: #32AC88;
}
.BgClassName
{
background-color: #32AC88;
}
</style>
border-color css
<style>
span { border-color: #32AC88; }
span { border-color: rgb(50,172,136); }
td.TdClassName
{
border-color: #32AC88;
}
.TagClassName
{
border-color: #32AC88;
}
</style>