Shades of Jungle Green #32BB86
Tints of Jungle Green #32BB86
RGB
CMYK
RGB Variations
Color information
#32BB86 (or 0x32BB86) is known color: Jungle Green. HEX triplet: 32, BB and 86. RGB value is (50,187,134). Sum of RGB (Red+Green+Blue) = 50+187+134=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BB86 is #CD4479. Grayscale: #8C8C8C. Windows color (decimal): -13452410 or 8829746. OLE color: 8829746.
HSL color Cylindrical-coordinate representation of color #32BB86: hue angle of 156.79º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BB86 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 187 | 134 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.27 |
| HSL | 156.79º | 0.58% | 0.46% | - |
| HSV(B) | 156.79º | 0.73% | 0.73% | - |
| XYZ | 23.39 | 37.94 | 28.64 | - |
| YUV | 140 | 124.61 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 134 | 0.73 | 0 | 0.28 | 0.27 | 156.79 | 0.58 | 0.46 |
| Hex | 32 | BB | 86 | 49 | 0 | 1C | 1B | 9D | 3A | 2E |
| Octal | 62 | 273 | 206 | 111 | 0 | 34 | 33 | 235 | 72 | 56 |
| Binary | 110010 | 10111011 | 10000110 | 1001001 | 0 | 11100 | 11011 | 10011101 | 111010 | 101110 |
Color Harmonies of #32BB86
Complementary color
Monochromatic Colors of #32BB86
Black with #32BB86
Text Example
Text Example
White with #32BB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BB86; }
p { color: rgb(50,187,134); }
H1.HeaderClassName
{
color: #32BB86;
}
.AnyTagClassName
{
color: #32BB86;
}
</style>
background-color css
<style>
a { background-color: #32BB86; }
a { background-color: rgb(50,187,134); }
div.DivClassName
{
background-color: #32BB86;
}
.BgClassName
{
background-color: #32BB86;
}
</style>
border-color css
<style>
span { border-color: #32BB86; }
span { border-color: rgb(50,187,134); }
td.TdClassName
{
border-color: #32BB86;
}
.TagClassName
{
border-color: #32BB86;
}
</style>