Shades of Eucalyptus #20A355
Tints of Eucalyptus #20A355
RGB
CMYK
RGB Variations
Color information
#20A355 (or 0x20A355) is known color: Eucalyptus. HEX triplet: 20, A3 and 55. RGB value is (32,163,85). Sum of RGB (Red+Green+Blue) = 32+163+85=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #20A355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A355 is #DF5CAA. Grayscale: #737373. Windows color (decimal): -14638251 or 5612320. OLE color: 5612320.
HSL color Cylindrical-coordinate representation of color #20A355: hue angle of 144.27º 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 #20A355 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 163 | 85 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.36 |
| HSL | 144.27º | 0.67% | 0.38% | - |
| HSV(B) | 144.27º | 0.8% | 0.64% | - |
| XYZ | 15.33 | 27.16 | 13.03 | - |
| YUV | 114.94 | 111.1 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 163 | 85 | 0.80 | 0 | 0.48 | 0.36 | 144.27 | 0.67 | 0.38 |
| Hex | 20 | A3 | 55 | 50 | 0 | 30 | 24 | 90 | 43 | 26 |
| Octal | 40 | 243 | 125 | 120 | 0 | 60 | 44 | 220 | 103 | 46 |
| Binary | 100000 | 10100011 | 1010101 | 1010000 | 0 | 110000 | 100100 | 10010000 | 1000011 | 100110 |
Color Harmonies of #20A355
Complementary color
Monochromatic Colors of #20A355
Black with #20A355
Text Example
Text Example
White with #20A355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A355; }
p { color: rgb(32,163,85); }
H1.HeaderClassName
{
color: #20A355;
}
.AnyTagClassName
{
color: #20A355;
}
</style>
background-color css
<style>
a { background-color: #20A355; }
a { background-color: rgb(32,163,85); }
div.DivClassName
{
background-color: #20A355;
}
.BgClassName
{
background-color: #20A355;
}
</style>
border-color css
<style>
span { border-color: #20A355; }
span { border-color: rgb(32,163,85); }
td.TdClassName
{
border-color: #20A355;
}
.TagClassName
{
border-color: #20A355;
}
</style>