Shades of Jungle Green #32B388
Tints of Jungle Green #32B388
RGB
CMYK
RGB Variations
Color information
#32B388 (or 0x32B388) is known color: Jungle Green. HEX triplet: 32, B3 and 88. RGB value is (50,179,136). Sum of RGB (Red+Green+Blue) = 50+179+136=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #32B388 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B388 is #CD4C77. Grayscale: #878787. Windows color (decimal): -13454456 or 8958770. OLE color: 8958770.
HSL color Cylindrical-coordinate representation of color #32B388: hue angle of 160º 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 #32B388 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 179 | 136 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.30 |
| HSL | 160º | 0.56% | 0.45% | - |
| HSV(B) | 160º | 0.72% | 0.7% | - |
| XYZ | 21.88 | 34.7 | 28.84 | - |
| YUV | 135.53 | 128.26 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 136 | 0.72 | 0 | 0.24 | 0.30 | 160 | 0.56 | 0.45 |
| Hex | 32 | B3 | 88 | 48 | 0 | 18 | 1E | A0 | 38 | 2D |
| Octal | 62 | 263 | 210 | 110 | 0 | 30 | 36 | 240 | 70 | 55 |
| Binary | 110010 | 10110011 | 10001000 | 1001000 | 0 | 11000 | 11110 | 10100000 | 111000 | 101101 |
Color Harmonies of #32B388
Complementary color
Monochromatic Colors of #32B388
Black with #32B388
Text Example
Text Example
White with #32B388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B388; }
p { color: rgb(50,179,136); }
H1.HeaderClassName
{
color: #32B388;
}
.AnyTagClassName
{
color: #32B388;
}
</style>
background-color css
<style>
a { background-color: #32B388; }
a { background-color: rgb(50,179,136); }
div.DivClassName
{
background-color: #32B388;
}
.BgClassName
{
background-color: #32B388;
}
</style>
border-color css
<style>
span { border-color: #32B388; }
span { border-color: rgb(50,179,136); }
td.TdClassName
{
border-color: #32B388;
}
.TagClassName
{
border-color: #32B388;
}
</style>