Shades of Jungle Green #32B986
Tints of Jungle Green #32B986
RGB
CMYK
RGB Variations
Color information
#32B986 (or 0x32B986) is known color: Jungle Green. HEX triplet: 32, B9 and 86. RGB value is (50,185,134). Sum of RGB (Red+Green+Blue) = 50+185+134=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #32B986 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B986 is #CD4679. Grayscale: #8A8A8A. Windows color (decimal): -13452922 or 8829234. OLE color: 8829234.
HSL color Cylindrical-coordinate representation of color #32B986: hue angle of 157.33º degrees, saturation: 0.57, 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 #32B986 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 185 | 134 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.27 |
| HSL | 157.33º | 0.57% | 0.46% | - |
| HSV(B) | 157.33º | 0.73% | 0.73% | - |
| XYZ | 22.97 | 37.1 | 28.5 | - |
| YUV | 138.82 | 125.27 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 185 | 134 | 0.73 | 0 | 0.28 | 0.27 | 157.33 | 0.57 | 0.46 |
| Hex | 32 | B9 | 86 | 49 | 0 | 1C | 1B | 9D | 39 | 2E |
| Octal | 62 | 271 | 206 | 111 | 0 | 34 | 33 | 235 | 71 | 56 |
| Binary | 110010 | 10111001 | 10000110 | 1001001 | 0 | 11100 | 11011 | 10011101 | 111001 | 101110 |
Color Harmonies of #32B986
Complementary color
Monochromatic Colors of #32B986
Black with #32B986
Text Example
Text Example
White with #32B986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B986; }
p { color: rgb(50,185,134); }
H1.HeaderClassName
{
color: #32B986;
}
.AnyTagClassName
{
color: #32B986;
}
</style>
background-color css
<style>
a { background-color: #32B986; }
a { background-color: rgb(50,185,134); }
div.DivClassName
{
background-color: #32B986;
}
.BgClassName
{
background-color: #32B986;
}
</style>
border-color css
<style>
span { border-color: #32B986; }
span { border-color: rgb(50,185,134); }
td.TdClassName
{
border-color: #32B986;
}
.TagClassName
{
border-color: #32B986;
}
</style>