Shades of Jungle Green #32BC89
Tints of Jungle Green #32BC89
RGB
CMYK
RGB Variations
Color information
#32BC89 (or 0x32BC89) is known color: Jungle Green. HEX triplet: 32, BC and 89. RGB value is (50,188,137). Sum of RGB (Red+Green+Blue) = 50+188+137=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BC89 is #CD4376. Grayscale: #8C8C8C. Windows color (decimal): -13452151 or 9026610. OLE color: 9026610.
HSL color Cylindrical-coordinate representation of color #32BC89: hue angle of 157.83º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC89 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 137 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.26 |
| HSL | 157.83º | 0.58% | 0.47% | - |
| HSV(B) | 157.83º | 0.73% | 0.74% | - |
| XYZ | 23.81 | 38.45 | 29.83 | - |
| YUV | 140.92 | 125.78 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 137 | 0.73 | 0 | 0.27 | 0.26 | 157.83 | 0.58 | 0.47 |
| Hex | 32 | BC | 89 | 49 | 0 | 1B | 1A | 9E | 3A | 2F |
| Octal | 62 | 274 | 211 | 111 | 0 | 33 | 32 | 236 | 72 | 57 |
| Binary | 110010 | 10111100 | 10001001 | 1001001 | 0 | 11011 | 11010 | 10011110 | 111010 | 101111 |
Color Harmonies of #32BC89
Complementary color
Monochromatic Colors of #32BC89
Black with #32BC89
Text Example
Text Example
White with #32BC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC89; }
p { color: rgb(50,188,137); }
H1.HeaderClassName
{
color: #32BC89;
}
.AnyTagClassName
{
color: #32BC89;
}
</style>
background-color css
<style>
a { background-color: #32BC89; }
a { background-color: rgb(50,188,137); }
div.DivClassName
{
background-color: #32BC89;
}
.BgClassName
{
background-color: #32BC89;
}
</style>
border-color css
<style>
span { border-color: #32BC89; }
span { border-color: rgb(50,188,137); }
td.TdClassName
{
border-color: #32BC89;
}
.TagClassName
{
border-color: #32BC89;
}
</style>