Shades of Jungle Green #32B77F
Tints of Jungle Green #32B77F
RGB
CMYK
RGB Variations
Color information
#32B77F (or 0x32B77F) is known color: Jungle Green. HEX triplet: 32, B7 and 7F. RGB value is (50,183,127). Sum of RGB (Red+Green+Blue) = 50+183+127=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #32B77F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B77F is #CD4880. Grayscale: #888888. Windows color (decimal): -13453441 or 8369970. OLE color: 8369970.
HSL color Cylindrical-coordinate representation of color #32B77F: hue angle of 154.74º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B77F is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 183 | 127 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.28 |
| HSL | 154.74º | 0.57% | 0.46% | - |
| HSV(B) | 154.74º | 0.73% | 0.72% | - |
| XYZ | 22.08 | 36.08 | 25.88 | - |
| YUV | 136.85 | 122.44 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 127 | 0.73 | 0 | 0.31 | 0.28 | 154.74 | 0.57 | 0.46 |
| Hex | 32 | B7 | 7F | 49 | 0 | 1F | 1C | 9B | 39 | 2E |
| Octal | 62 | 267 | 177 | 111 | 0 | 37 | 34 | 233 | 71 | 56 |
| Binary | 110010 | 10110111 | 1111111 | 1001001 | 0 | 11111 | 11100 | 10011011 | 111001 | 101110 |
Color Harmonies of #32B77F
Complementary color
Monochromatic Colors of #32B77F
Black with #32B77F
Text Example
Text Example
White with #32B77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B77F; }
p { color: rgb(50,183,127); }
H1.HeaderClassName
{
color: #32B77F;
}
.AnyTagClassName
{
color: #32B77F;
}
</style>
background-color css
<style>
a { background-color: #32B77F; }
a { background-color: rgb(50,183,127); }
div.DivClassName
{
background-color: #32B77F;
}
.BgClassName
{
background-color: #32B77F;
}
</style>
border-color css
<style>
span { border-color: #32B77F; }
span { border-color: rgb(50,183,127); }
td.TdClassName
{
border-color: #32B77F;
}
.TagClassName
{
border-color: #32B77F;
}
</style>