Shades of Eucalyptus #20A363
Tints of Eucalyptus #20A363
RGB
CMYK
RGB Variations
Color information
#20A363 (or 0x20A363) is known color: Eucalyptus. HEX triplet: 20, A3 and 63. RGB value is (32,163,99). Sum of RGB (Red+Green+Blue) = 32+163+99=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 163 (64.06% from 255 or 55.44% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 163 - color contains mainly: green. Hex color #20A363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A363 is #DF5C9C. Grayscale: #747474. Windows color (decimal): -14638237 or 6529824. OLE color: 6529824.
HSL color Cylindrical-coordinate representation of color #20A363: hue angle of 150.69º 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 #20A363 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 163 | 99 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.36 |
| HSL | 150.69º | 0.67% | 0.38% | - |
| HSV(B) | 150.69º | 0.8% | 0.64% | - |
| XYZ | 15.94 | 27.4 | 16.25 | - |
| YUV | 116.54 | 118.1 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 163 | 99 | 0.80 | 0 | 0.39 | 0.36 | 150.69 | 0.67 | 0.38 |
| Hex | 20 | A3 | 63 | 50 | 0 | 27 | 24 | 97 | 43 | 26 |
| Octal | 40 | 243 | 143 | 120 | 0 | 47 | 44 | 227 | 103 | 46 |
| Binary | 100000 | 10100011 | 1100011 | 1010000 | 0 | 100111 | 100100 | 10010111 | 1000011 | 100110 |
Color Harmonies of #20A363
Complementary color
Monochromatic Colors of #20A363
Black with #20A363
Text Example
Text Example
White with #20A363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A363; }
p { color: rgb(32,163,99); }
H1.HeaderClassName
{
color: #20A363;
}
.AnyTagClassName
{
color: #20A363;
}
</style>
background-color css
<style>
a { background-color: #20A363; }
a { background-color: rgb(32,163,99); }
div.DivClassName
{
background-color: #20A363;
}
.BgClassName
{
background-color: #20A363;
}
</style>
border-color css
<style>
span { border-color: #20A363; }
span { border-color: rgb(32,163,99); }
td.TdClassName
{
border-color: #20A363;
}
.TagClassName
{
border-color: #20A363;
}
</style>