Shades of Jungle Green #32B386
Tints of Jungle Green #32B386
RGB
CMYK
RGB Variations
Color information
#32B386 (or 0x32B386) is known color: Jungle Green. HEX triplet: 32, B3 and 86. RGB value is (50,179,134). Sum of RGB (Red+Green+Blue) = 50+179+134=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #32B386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B386 is #CD4C79. Grayscale: #878787. Windows color (decimal): -13454458 or 8827698. OLE color: 8827698.
HSL color Cylindrical-coordinate representation of color #32B386: hue angle of 159.07º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B386 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 179 | 134 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.30 |
| HSL | 159.07º | 0.56% | 0.45% | - |
| HSV(B) | 159.07º | 0.72% | 0.7% | - |
| XYZ | 21.74 | 34.64 | 28.09 | - |
| YUV | 135.3 | 127.26 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 134 | 0.72 | 0 | 0.25 | 0.30 | 159.07 | 0.56 | 0.45 |
| Hex | 32 | B3 | 86 | 48 | 0 | 19 | 1E | 9F | 38 | 2D |
| Octal | 62 | 263 | 206 | 110 | 0 | 31 | 36 | 237 | 70 | 55 |
| Binary | 110010 | 10110011 | 10000110 | 1001000 | 0 | 11001 | 11110 | 10011111 | 111000 | 101101 |
Color Harmonies of #32B386
Complementary color
Monochromatic Colors of #32B386
Black with #32B386
Text Example
Text Example
White with #32B386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B386; }
p { color: rgb(50,179,134); }
H1.HeaderClassName
{
color: #32B386;
}
.AnyTagClassName
{
color: #32B386;
}
</style>
background-color css
<style>
a { background-color: #32B386; }
a { background-color: rgb(50,179,134); }
div.DivClassName
{
background-color: #32B386;
}
.BgClassName
{
background-color: #32B386;
}
</style>
border-color css
<style>
span { border-color: #32B386; }
span { border-color: rgb(50,179,134); }
td.TdClassName
{
border-color: #32B386;
}
.TagClassName
{
border-color: #32B386;
}
</style>