Shades of Jungle Green #32B37F
Tints of Jungle Green #32B37F
RGB
CMYK
RGB Variations
Color information
#32B37F (or 0x32B37F) is known color: Jungle Green. HEX triplet: 32, B3 and 7F. RGB value is (50,179,127). Sum of RGB (Red+Green+Blue) = 50+179+127=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #32B37F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B37F is #CD4C80. Grayscale: #868686. Windows color (decimal): -13454465 or 8368946. OLE color: 8368946.
HSL color Cylindrical-coordinate representation of color #32B37F: hue angle of 155.81º 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 #32B37F is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 179 | 127 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.30 |
| HSL | 155.81º | 0.56% | 0.45% | - |
| HSV(B) | 155.81º | 0.72% | 0.7% | - |
| XYZ | 21.27 | 34.45 | 25.61 | - |
| YUV | 134.5 | 123.76 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 127 | 0.72 | 0 | 0.29 | 0.30 | 155.81 | 0.56 | 0.45 |
| Hex | 32 | B3 | 7F | 48 | 0 | 1D | 1E | 9C | 38 | 2D |
| Octal | 62 | 263 | 177 | 110 | 0 | 35 | 36 | 234 | 70 | 55 |
| Binary | 110010 | 10110011 | 1111111 | 1001000 | 0 | 11101 | 11110 | 10011100 | 111000 | 101101 |
Color Harmonies of #32B37F
Complementary color
Monochromatic Colors of #32B37F
Black with #32B37F
Text Example
Text Example
White with #32B37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B37F; }
p { color: rgb(50,179,127); }
H1.HeaderClassName
{
color: #32B37F;
}
.AnyTagClassName
{
color: #32B37F;
}
</style>
background-color css
<style>
a { background-color: #32B37F; }
a { background-color: rgb(50,179,127); }
div.DivClassName
{
background-color: #32B37F;
}
.BgClassName
{
background-color: #32B37F;
}
</style>
border-color css
<style>
span { border-color: #32B37F; }
span { border-color: rgb(50,179,127); }
td.TdClassName
{
border-color: #32B37F;
}
.TagClassName
{
border-color: #32B37F;
}
</style>