Shades of Eucalyptus #20A364
Tints of Eucalyptus #20A364
RGB
CMYK
RGB Variations
Color information
#20A364 (or 0x20A364) is known color: Eucalyptus. HEX triplet: 20, A3 and 64. RGB value is (32,163,100). Sum of RGB (Red+Green+Blue) = 32+163+100=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 163 (64.06% from 255 or 55.25% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 163 - color contains mainly: green. Hex color #20A364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A364 is #DF5C9B. Grayscale: #747474. Windows color (decimal): -14638236 or 6595360. OLE color: 6595360.
HSL color Cylindrical-coordinate representation of color #20A364: hue angle of 151.15º 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 #20A364 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 163 | 100 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.36 |
| HSL | 151.15º | 0.67% | 0.38% | - |
| HSV(B) | 151.15º | 0.8% | 0.64% | - |
| XYZ | 15.99 | 27.42 | 16.51 | - |
| YUV | 116.65 | 118.6 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 163 | 100 | 0.80 | 0 | 0.39 | 0.36 | 151.15 | 0.67 | 0.38 |
| Hex | 20 | A3 | 64 | 50 | 0 | 27 | 24 | 97 | 43 | 26 |
| Octal | 40 | 243 | 144 | 120 | 0 | 47 | 44 | 227 | 103 | 46 |
| Binary | 100000 | 10100011 | 1100100 | 1010000 | 0 | 100111 | 100100 | 10010111 | 1000011 | 100110 |
Color Harmonies of #20A364
Complementary color
Monochromatic Colors of #20A364
Black with #20A364
Text Example
Text Example
White with #20A364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A364; }
p { color: rgb(32,163,100); }
H1.HeaderClassName
{
color: #20A364;
}
.AnyTagClassName
{
color: #20A364;
}
</style>
background-color css
<style>
a { background-color: #20A364; }
a { background-color: rgb(32,163,100); }
div.DivClassName
{
background-color: #20A364;
}
.BgClassName
{
background-color: #20A364;
}
</style>
border-color css
<style>
span { border-color: #20A364; }
span { border-color: rgb(32,163,100); }
td.TdClassName
{
border-color: #20A364;
}
.TagClassName
{
border-color: #20A364;
}
</style>