Shades of Jungle Green #32AB84
Tints of Jungle Green #32AB84
RGB
CMYK
RGB Variations
Color information
#32AB84 (or 0x32AB84) is known color: Jungle Green. HEX triplet: 32, AB and 84. RGB value is (50,171,132). Sum of RGB (Red+Green+Blue) = 50+171+132=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AB84 is #CD547B. Grayscale: #828282. Windows color (decimal): -13456508 or 8694578. OLE color: 8694578.
HSL color Cylindrical-coordinate representation of color #32AB84: hue angle of 160.66º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AB84 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 171 | 132 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.33 |
| HSL | 160.66º | 0.55% | 0.43% | - |
| HSV(B) | 160.66º | 0.71% | 0.67% | - |
| XYZ | 20.04 | 31.47 | 26.85 | - |
| YUV | 130.38 | 128.91 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 132 | 0.71 | 0 | 0.23 | 0.33 | 160.66 | 0.55 | 0.43 |
| Hex | 32 | AB | 84 | 47 | 0 | 17 | 21 | A1 | 37 | 2B |
| Octal | 62 | 253 | 204 | 107 | 0 | 27 | 41 | 241 | 67 | 53 |
| Binary | 110010 | 10101011 | 10000100 | 1000111 | 0 | 10111 | 100001 | 10100001 | 110111 | 101011 |
Color Harmonies of #32AB84
Complementary color
Monochromatic Colors of #32AB84
Black with #32AB84
Text Example
Text Example
White with #32AB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AB84; }
p { color: rgb(50,171,132); }
H1.HeaderClassName
{
color: #32AB84;
}
.AnyTagClassName
{
color: #32AB84;
}
</style>
background-color css
<style>
a { background-color: #32AB84; }
a { background-color: rgb(50,171,132); }
div.DivClassName
{
background-color: #32AB84;
}
.BgClassName
{
background-color: #32AB84;
}
</style>
border-color css
<style>
span { border-color: #32AB84; }
span { border-color: rgb(50,171,132); }
td.TdClassName
{
border-color: #32AB84;
}
.TagClassName
{
border-color: #32AB84;
}
</style>