Shades of Jungle Green #32BC86
Tints of Jungle Green #32BC86
RGB
CMYK
RGB Variations
Color information
#32BC86 (or 0x32BC86) is known color: Jungle Green. HEX triplet: 32, BC and 86. RGB value is (50,188,134). Sum of RGB (Red+Green+Blue) = 50+188+134=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BC86 is #CD4379. Grayscale: #8C8C8C. Windows color (decimal): -13452154 or 8830002. OLE color: 8830002.
HSL color Cylindrical-coordinate representation of color #32BC86: hue angle of 156.52º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC86 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 134 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.26 |
| HSL | 156.52º | 0.58% | 0.47% | - |
| HSV(B) | 156.52º | 0.73% | 0.74% | - |
| XYZ | 23.6 | 38.37 | 28.72 | - |
| YUV | 140.58 | 124.28 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 134 | 0.73 | 0 | 0.29 | 0.26 | 156.52 | 0.58 | 0.47 |
| Hex | 32 | BC | 86 | 49 | 0 | 1D | 1A | 9D | 3A | 2F |
| Octal | 62 | 274 | 206 | 111 | 0 | 35 | 32 | 235 | 72 | 57 |
| Binary | 110010 | 10111100 | 10000110 | 1001001 | 0 | 11101 | 11010 | 10011101 | 111010 | 101111 |
Color Harmonies of #32BC86
Complementary color
Monochromatic Colors of #32BC86
Black with #32BC86
Text Example
Text Example
White with #32BC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC86; }
p { color: rgb(50,188,134); }
H1.HeaderClassName
{
color: #32BC86;
}
.AnyTagClassName
{
color: #32BC86;
}
</style>
background-color css
<style>
a { background-color: #32BC86; }
a { background-color: rgb(50,188,134); }
div.DivClassName
{
background-color: #32BC86;
}
.BgClassName
{
background-color: #32BC86;
}
</style>
border-color css
<style>
span { border-color: #32BC86; }
span { border-color: rgb(50,188,134); }
td.TdClassName
{
border-color: #32BC86;
}
.TagClassName
{
border-color: #32BC86;
}
</style>