Shades of Jungle Green #32AE7B
Tints of Jungle Green #32AE7B
RGB
CMYK
RGB Variations
Color information
#32AE7B (or 0x32AE7B) is known color: Jungle Green. HEX triplet: 32, AE and 7B. RGB value is (50,174,123). Sum of RGB (Red+Green+Blue) = 50+174+123=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AE7B is #CD5184. Grayscale: #838383. Windows color (decimal): -13455749 or 8105522. OLE color: 8105522.
HSL color Cylindrical-coordinate representation of color #32AE7B: hue angle of 155.32º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AE7B is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 123 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.32 |
| HSL | 155.32º | 0.55% | 0.44% | - |
| HSV(B) | 155.32º | 0.71% | 0.68% | - |
| XYZ | 20.03 | 32.38 | 23.93 | - |
| YUV | 131.11 | 123.42 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 123 | 0.71 | 0 | 0.29 | 0.32 | 155.32 | 0.55 | 0.44 |
| Hex | 32 | AE | 7B | 47 | 0 | 1D | 20 | 9B | 37 | 2C |
| Octal | 62 | 256 | 173 | 107 | 0 | 35 | 40 | 233 | 67 | 54 |
| Binary | 110010 | 10101110 | 1111011 | 1000111 | 0 | 11101 | 100000 | 10011011 | 110111 | 101100 |
Color Harmonies of #32AE7B
Complementary color
Monochromatic Colors of #32AE7B
Black with #32AE7B
Text Example
Text Example
White with #32AE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AE7B; }
p { color: rgb(50,174,123); }
H1.HeaderClassName
{
color: #32AE7B;
}
.AnyTagClassName
{
color: #32AE7B;
}
</style>
background-color css
<style>
a { background-color: #32AE7B; }
a { background-color: rgb(50,174,123); }
div.DivClassName
{
background-color: #32AE7B;
}
.BgClassName
{
background-color: #32AE7B;
}
</style>
border-color css
<style>
span { border-color: #32AE7B; }
span { border-color: rgb(50,174,123); }
td.TdClassName
{
border-color: #32AE7B;
}
.TagClassName
{
border-color: #32AE7B;
}
</style>