Shades of Jungle Green #32AC85
Tints of Jungle Green #32AC85
RGB
CMYK
RGB Variations
Color information
#32AC85 (or 0x32AC85) is known color: Jungle Green. HEX triplet: 32, AC and 85. RGB value is (50,172,133). Sum of RGB (Red+Green+Blue) = 50+172+133=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AC85 is #CD537A. Grayscale: #838383. Windows color (decimal): -13456251 or 8760370. OLE color: 8760370.
HSL color Cylindrical-coordinate representation of color #32AC85: hue angle of 160.82º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AC85 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 133 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.33 |
| HSL | 160.82º | 0.55% | 0.44% | - |
| HSV(B) | 160.82º | 0.71% | 0.67% | - |
| XYZ | 20.3 | 31.88 | 27.27 | - |
| YUV | 131.08 | 129.08 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 133 | 0.71 | 0 | 0.23 | 0.33 | 160.82 | 0.55 | 0.44 |
| Hex | 32 | AC | 85 | 47 | 0 | 17 | 21 | A1 | 37 | 2C |
| Octal | 62 | 254 | 205 | 107 | 0 | 27 | 41 | 241 | 67 | 54 |
| Binary | 110010 | 10101100 | 10000101 | 1000111 | 0 | 10111 | 100001 | 10100001 | 110111 | 101100 |
Color Harmonies of #32AC85
Complementary color
Monochromatic Colors of #32AC85
Black with #32AC85
Text Example
Text Example
White with #32AC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC85; }
p { color: rgb(50,172,133); }
H1.HeaderClassName
{
color: #32AC85;
}
.AnyTagClassName
{
color: #32AC85;
}
</style>
background-color css
<style>
a { background-color: #32AC85; }
a { background-color: rgb(50,172,133); }
div.DivClassName
{
background-color: #32AC85;
}
.BgClassName
{
background-color: #32AC85;
}
</style>
border-color css
<style>
span { border-color: #32AC85; }
span { border-color: rgb(50,172,133); }
td.TdClassName
{
border-color: #32AC85;
}
.TagClassName
{
border-color: #32AC85;
}
</style>