Shades of Jungle Green #32AC86
Tints of Jungle Green #32AC86
RGB
CMYK
RGB Variations
Color information
#32AC86 (or 0x32AC86) is known color: Jungle Green. HEX triplet: 32, AC and 86. RGB value is (50,172,134). Sum of RGB (Red+Green+Blue) = 50+172+134=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AC86 is #CD5379. Grayscale: #838383. Windows color (decimal): -13456250 or 8825906. OLE color: 8825906.
HSL color Cylindrical-coordinate representation of color #32AC86: hue angle of 161.31º 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 #32AC86 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 134 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.33 |
| HSL | 161.31º | 0.55% | 0.44% | - |
| HSV(B) | 161.31º | 0.71% | 0.67% | - |
| XYZ | 20.37 | 31.9 | 27.64 | - |
| YUV | 131.19 | 129.58 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 134 | 0.71 | 0 | 0.22 | 0.33 | 161.31 | 0.55 | 0.44 |
| Hex | 32 | AC | 86 | 47 | 0 | 16 | 21 | A1 | 37 | 2C |
| Octal | 62 | 254 | 206 | 107 | 0 | 26 | 41 | 241 | 67 | 54 |
| Binary | 110010 | 10101100 | 10000110 | 1000111 | 0 | 10110 | 100001 | 10100001 | 110111 | 101100 |
Color Harmonies of #32AC86
Complementary color
Monochromatic Colors of #32AC86
Black with #32AC86
Text Example
Text Example
White with #32AC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC86; }
p { color: rgb(50,172,134); }
H1.HeaderClassName
{
color: #32AC86;
}
.AnyTagClassName
{
color: #32AC86;
}
</style>
background-color css
<style>
a { background-color: #32AC86; }
a { background-color: rgb(50,172,134); }
div.DivClassName
{
background-color: #32AC86;
}
.BgClassName
{
background-color: #32AC86;
}
</style>
border-color css
<style>
span { border-color: #32AC86; }
span { border-color: rgb(50,172,134); }
td.TdClassName
{
border-color: #32AC86;
}
.TagClassName
{
border-color: #32AC86;
}
</style>