Shades of Jungle Green #32AC87
Tints of Jungle Green #32AC87
RGB
CMYK
RGB Variations
Color information
#32AC87 (or 0x32AC87) is known color: Jungle Green. HEX triplet: 32, AC and 87. RGB value is (50,172,135). Sum of RGB (Red+Green+Blue) = 50+172+135=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AC87 is #CD5378. Grayscale: #838383. Windows color (decimal): -13456249 or 8891442. OLE color: 8891442.
HSL color Cylindrical-coordinate representation of color #32AC87: hue angle of 161.8º 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 #32AC87 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 135 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.33 |
| HSL | 161.8º | 0.55% | 0.44% | - |
| HSV(B) | 161.8º | 0.71% | 0.67% | - |
| XYZ | 20.44 | 31.93 | 28.01 | - |
| YUV | 131.3 | 130.08 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 135 | 0.71 | 0 | 0.22 | 0.33 | 161.8 | 0.55 | 0.44 |
| Hex | 32 | AC | 87 | 47 | 0 | 16 | 21 | A2 | 37 | 2C |
| Octal | 62 | 254 | 207 | 107 | 0 | 26 | 41 | 242 | 67 | 54 |
| Binary | 110010 | 10101100 | 10000111 | 1000111 | 0 | 10110 | 100001 | 10100010 | 110111 | 101100 |
Color Harmonies of #32AC87
Complementary color
Monochromatic Colors of #32AC87
Black with #32AC87
Text Example
Text Example
White with #32AC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC87; }
p { color: rgb(50,172,135); }
H1.HeaderClassName
{
color: #32AC87;
}
.AnyTagClassName
{
color: #32AC87;
}
</style>
background-color css
<style>
a { background-color: #32AC87; }
a { background-color: rgb(50,172,135); }
div.DivClassName
{
background-color: #32AC87;
}
.BgClassName
{
background-color: #32AC87;
}
</style>
border-color css
<style>
span { border-color: #32AC87; }
span { border-color: rgb(50,172,135); }
td.TdClassName
{
border-color: #32AC87;
}
.TagClassName
{
border-color: #32AC87;
}
</style>