Shades of Jungle Green #32B48B
Tints of Jungle Green #32B48B
RGB
CMYK
RGB Variations
Color information
#32B48B (or 0x32B48B) is known color: Jungle Green. HEX triplet: 32, B4 and 8B. RGB value is (50,180,139). Sum of RGB (Red+Green+Blue) = 50+180+139=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #32B48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B48B is #CD4B74. Grayscale: #888888. Windows color (decimal): -13454197 or 9155634. OLE color: 9155634.
HSL color Cylindrical-coordinate representation of color #32B48B: hue angle of 161.08º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B48B is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 180 | 139 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.29 |
| HSL | 161.08º | 0.57% | 0.45% | - |
| HSV(B) | 161.08º | 0.72% | 0.71% | - |
| XYZ | 22.3 | 35.18 | 30.04 | - |
| YUV | 136.46 | 129.43 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 139 | 0.72 | 0 | 0.23 | 0.29 | 161.08 | 0.57 | 0.45 |
| Hex | 32 | B4 | 8B | 48 | 0 | 17 | 1D | A1 | 39 | 2D |
| Octal | 62 | 264 | 213 | 110 | 0 | 27 | 35 | 241 | 71 | 55 |
| Binary | 110010 | 10110100 | 10001011 | 1001000 | 0 | 10111 | 11101 | 10100001 | 111001 | 101101 |
Color Harmonies of #32B48B
Complementary color
Monochromatic Colors of #32B48B
Black with #32B48B
Text Example
Text Example
White with #32B48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B48B; }
p { color: rgb(50,180,139); }
H1.HeaderClassName
{
color: #32B48B;
}
.AnyTagClassName
{
color: #32B48B;
}
</style>
background-color css
<style>
a { background-color: #32B48B; }
a { background-color: rgb(50,180,139); }
div.DivClassName
{
background-color: #32B48B;
}
.BgClassName
{
background-color: #32B48B;
}
</style>
border-color css
<style>
span { border-color: #32B48B; }
span { border-color: rgb(50,180,139); }
td.TdClassName
{
border-color: #32B48B;
}
.TagClassName
{
border-color: #32B48B;
}
</style>