Shades of Jungle Green #32B790
Tints of Jungle Green #32B790
RGB
CMYK
RGB Variations
Color information
#32B790 (or 0x32B790) is known color: Jungle Green. HEX triplet: 32, B7 and 90. RGB value is (50,183,144). Sum of RGB (Red+Green+Blue) = 50+183+144=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #32B790 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B790 is #CD486F. Grayscale: #8A8A8A. Windows color (decimal): -13453424 or 9484082. OLE color: 9484082.
HSL color Cylindrical-coordinate representation of color #32B790: hue angle of 162.41º 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 #32B790 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 183 | 144 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.28 |
| HSL | 162.41º | 0.57% | 0.46% | - |
| HSV(B) | 162.41º | 0.73% | 0.72% | - |
| XYZ | 23.28 | 36.56 | 32.21 | - |
| YUV | 138.79 | 130.94 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 144 | 0.73 | 0 | 0.21 | 0.28 | 162.41 | 0.57 | 0.46 |
| Hex | 32 | B7 | 90 | 49 | 0 | 15 | 1C | A2 | 39 | 2E |
| Octal | 62 | 267 | 220 | 111 | 0 | 25 | 34 | 242 | 71 | 56 |
| Binary | 110010 | 10110111 | 10010000 | 1001001 | 0 | 10101 | 11100 | 10100010 | 111001 | 101110 |
Color Harmonies of #32B790
Complementary color
Monochromatic Colors of #32B790
Black with #32B790
Text Example
Text Example
White with #32B790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B790; }
p { color: rgb(50,183,144); }
H1.HeaderClassName
{
color: #32B790;
}
.AnyTagClassName
{
color: #32B790;
}
</style>
background-color css
<style>
a { background-color: #32B790; }
a { background-color: rgb(50,183,144); }
div.DivClassName
{
background-color: #32B790;
}
.BgClassName
{
background-color: #32B790;
}
</style>
border-color css
<style>
span { border-color: #32B790; }
span { border-color: rgb(50,183,144); }
td.TdClassName
{
border-color: #32B790;
}
.TagClassName
{
border-color: #32B790;
}
</style>