Shades of Jungle Green #32B486
Tints of Jungle Green #32B486
RGB
CMYK
RGB Variations
Color information
#32B486 (or 0x32B486) is known color: Jungle Green. HEX triplet: 32, B4 and 86. RGB value is (50,180,134). Sum of RGB (Red+Green+Blue) = 50+180+134=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 180 (70.70% from 255 or 49.45% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 180 - color contains mainly: green. Hex color #32B486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B486 is #CD4B79. Grayscale: #878787. Windows color (decimal): -13454202 or 8827954. OLE color: 8827954.
HSL color Cylindrical-coordinate representation of color #32B486: hue angle of 158.77º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B486 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 180 | 134 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.29 |
| HSL | 158.77º | 0.57% | 0.45% | - |
| HSV(B) | 158.77º | 0.72% | 0.71% | - |
| XYZ | 21.94 | 35.04 | 28.16 | - |
| YUV | 135.89 | 126.93 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 134 | 0.72 | 0 | 0.26 | 0.29 | 158.77 | 0.57 | 0.45 |
| Hex | 32 | B4 | 86 | 48 | 0 | 1A | 1D | 9F | 39 | 2D |
| Octal | 62 | 264 | 206 | 110 | 0 | 32 | 35 | 237 | 71 | 55 |
| Binary | 110010 | 10110100 | 10000110 | 1001000 | 0 | 11010 | 11101 | 10011111 | 111001 | 101101 |
Color Harmonies of #32B486
Complementary color
Monochromatic Colors of #32B486
Black with #32B486
Text Example
Text Example
White with #32B486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B486; }
p { color: rgb(50,180,134); }
H1.HeaderClassName
{
color: #32B486;
}
.AnyTagClassName
{
color: #32B486;
}
</style>
background-color css
<style>
a { background-color: #32B486; }
a { background-color: rgb(50,180,134); }
div.DivClassName
{
background-color: #32B486;
}
.BgClassName
{
background-color: #32B486;
}
</style>
border-color css
<style>
span { border-color: #32B486; }
span { border-color: rgb(50,180,134); }
td.TdClassName
{
border-color: #32B486;
}
.TagClassName
{
border-color: #32B486;
}
</style>