Shades of Eucalyptus #20A44D
Tints of Eucalyptus #20A44D
RGB
CMYK
RGB Variations
Color information
#20A44D (or 0x20A44D) is known color: Eucalyptus. HEX triplet: 20, A4 and 4D. RGB value is (32,164,77). Sum of RGB (Red+Green+Blue) = 32+164+77=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 164 (64.45% from 255 or 60.07% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 164 - color contains mainly: green. Hex color #20A44D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A44D is #DF5BB2. Grayscale: #727272. Windows color (decimal): -14638003 or 5088288. OLE color: 5088288.
HSL color Cylindrical-coordinate representation of color #20A44D: hue angle of 140.45º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A44D is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 164 | 77 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.36 |
| HSL | 140.45º | 0.67% | 0.38% | - |
| HSV(B) | 140.45º | 0.8% | 0.64% | - |
| XYZ | 15.21 | 27.39 | 11.51 | - |
| YUV | 114.61 | 106.77 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 164 | 77 | 0.80 | 0 | 0.53 | 0.36 | 140.45 | 0.67 | 0.38 |
| Hex | 20 | A4 | 4D | 50 | 0 | 35 | 24 | 8C | 43 | 26 |
| Octal | 40 | 244 | 115 | 120 | 0 | 65 | 44 | 214 | 103 | 46 |
| Binary | 100000 | 10100100 | 1001101 | 1010000 | 0 | 110101 | 100100 | 10001100 | 1000011 | 100110 |
Color Harmonies of #20A44D
Complementary color
Monochromatic Colors of #20A44D
Black with #20A44D
Text Example
Text Example
White with #20A44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A44D; }
p { color: rgb(32,164,77); }
H1.HeaderClassName
{
color: #20A44D;
}
.AnyTagClassName
{
color: #20A44D;
}
</style>
background-color css
<style>
a { background-color: #20A44D; }
a { background-color: rgb(32,164,77); }
div.DivClassName
{
background-color: #20A44D;
}
.BgClassName
{
background-color: #20A44D;
}
</style>
border-color css
<style>
span { border-color: #20A44D; }
span { border-color: rgb(32,164,77); }
td.TdClassName
{
border-color: #20A44D;
}
.TagClassName
{
border-color: #20A44D;
}
</style>