Shades of Jungle Green #32AE86
Tints of Jungle Green #32AE86
RGB
CMYK
RGB Variations
Color information
#32AE86 (or 0x32AE86) is known color: Jungle Green. HEX triplet: 32, AE and 86. RGB value is (50,174,134). Sum of RGB (Red+Green+Blue) = 50+174+134=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 174 (68.36% from 255 or 48.60% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AE86 is #CD5179. Grayscale: #848484. Windows color (decimal): -13455738 or 8826418. OLE color: 8826418.
HSL color Cylindrical-coordinate representation of color #32AE86: hue angle of 160.65º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AE86 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 134 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.32 |
| HSL | 160.65º | 0.55% | 0.44% | - |
| HSV(B) | 160.65º | 0.71% | 0.68% | - |
| XYZ | 20.75 | 32.67 | 27.77 | - |
| YUV | 132.36 | 128.92 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 134 | 0.71 | 0 | 0.23 | 0.32 | 160.65 | 0.55 | 0.44 |
| Hex | 32 | AE | 86 | 47 | 0 | 17 | 20 | A1 | 37 | 2C |
| Octal | 62 | 256 | 206 | 107 | 0 | 27 | 40 | 241 | 67 | 54 |
| Binary | 110010 | 10101110 | 10000110 | 1000111 | 0 | 10111 | 100000 | 10100001 | 110111 | 101100 |
Color Harmonies of #32AE86
Complementary color
Monochromatic Colors of #32AE86
Black with #32AE86
Text Example
Text Example
White with #32AE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AE86; }
p { color: rgb(50,174,134); }
H1.HeaderClassName
{
color: #32AE86;
}
.AnyTagClassName
{
color: #32AE86;
}
</style>
background-color css
<style>
a { background-color: #32AE86; }
a { background-color: rgb(50,174,134); }
div.DivClassName
{
background-color: #32AE86;
}
.BgClassName
{
background-color: #32AE86;
}
</style>
border-color css
<style>
span { border-color: #32AE86; }
span { border-color: rgb(50,174,134); }
td.TdClassName
{
border-color: #32AE86;
}
.TagClassName
{
border-color: #32AE86;
}
</style>