Shades of Jungle Green #32AE7C
Tints of Jungle Green #32AE7C
RGB
CMYK
RGB Variations
Color information
#32AE7C (or 0x32AE7C) is known color: Jungle Green. HEX triplet: 32, AE and 7C. RGB value is (50,174,124). Sum of RGB (Red+Green+Blue) = 50+174+124=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AE7C is #CD5183. Grayscale: #838383. Windows color (decimal): -13455748 or 8171058. OLE color: 8171058.
HSL color Cylindrical-coordinate representation of color #32AE7C: hue angle of 155.81º 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 #32AE7C is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 124 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.32 |
| HSL | 155.81º | 0.55% | 0.44% | - |
| HSV(B) | 155.81º | 0.71% | 0.68% | - |
| XYZ | 20.09 | 32.41 | 24.26 | - |
| YUV | 131.22 | 123.92 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 124 | 0.71 | 0 | 0.29 | 0.32 | 155.81 | 0.55 | 0.44 |
| Hex | 32 | AE | 7C | 47 | 0 | 1D | 20 | 9C | 37 | 2C |
| Octal | 62 | 256 | 174 | 107 | 0 | 35 | 40 | 234 | 67 | 54 |
| Binary | 110010 | 10101110 | 1111100 | 1000111 | 0 | 11101 | 100000 | 10011100 | 110111 | 101100 |
Color Harmonies of #32AE7C
Complementary color
Monochromatic Colors of #32AE7C
Black with #32AE7C
Text Example
Text Example
White with #32AE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AE7C; }
p { color: rgb(50,174,124); }
H1.HeaderClassName
{
color: #32AE7C;
}
.AnyTagClassName
{
color: #32AE7C;
}
</style>
background-color css
<style>
a { background-color: #32AE7C; }
a { background-color: rgb(50,174,124); }
div.DivClassName
{
background-color: #32AE7C;
}
.BgClassName
{
background-color: #32AE7C;
}
</style>
border-color css
<style>
span { border-color: #32AE7C; }
span { border-color: rgb(50,174,124); }
td.TdClassName
{
border-color: #32AE7C;
}
.TagClassName
{
border-color: #32AE7C;
}
</style>