Shades of Eucalyptus #20A357
Tints of Eucalyptus #20A357
RGB
CMYK
RGB Variations
Color information
#20A357 (or 0x20A357) is known color: Eucalyptus. HEX triplet: 20, A3 and 57. RGB value is (32,163,87). Sum of RGB (Red+Green+Blue) = 32+163+87=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 163 (64.06% from 255 or 57.80% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 163 - color contains mainly: green. Hex color #20A357 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A357 is #DF5CA8. Grayscale: #737373. Windows color (decimal): -14638249 or 5743392. OLE color: 5743392.
HSL color Cylindrical-coordinate representation of color #20A357: hue angle of 145.19º 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 #20A357 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 163 | 87 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.36 |
| HSL | 145.19º | 0.67% | 0.38% | - |
| HSV(B) | 145.19º | 0.8% | 0.64% | - |
| XYZ | 15.41 | 27.19 | 13.45 | - |
| YUV | 115.17 | 112.1 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 163 | 87 | 0.80 | 0 | 0.47 | 0.36 | 145.19 | 0.67 | 0.38 |
| Hex | 20 | A3 | 57 | 50 | 0 | 2F | 24 | 91 | 43 | 26 |
| Octal | 40 | 243 | 127 | 120 | 0 | 57 | 44 | 221 | 103 | 46 |
| Binary | 100000 | 10100011 | 1010111 | 1010000 | 0 | 101111 | 100100 | 10010001 | 1000011 | 100110 |
Color Harmonies of #20A357
Complementary color
Monochromatic Colors of #20A357
Black with #20A357
Text Example
Text Example
White with #20A357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A357; }
p { color: rgb(32,163,87); }
H1.HeaderClassName
{
color: #20A357;
}
.AnyTagClassName
{
color: #20A357;
}
</style>
background-color css
<style>
a { background-color: #20A357; }
a { background-color: rgb(32,163,87); }
div.DivClassName
{
background-color: #20A357;
}
.BgClassName
{
background-color: #20A357;
}
</style>
border-color css
<style>
span { border-color: #20A357; }
span { border-color: rgb(32,163,87); }
td.TdClassName
{
border-color: #20A357;
}
.TagClassName
{
border-color: #20A357;
}
</style>