Shades of Eucalyptus #20A35B
Tints of Eucalyptus #20A35B
RGB
CMYK
RGB Variations
Color information
#20A35B (or 0x20A35B) is known color: Eucalyptus. HEX triplet: 20, A3 and 5B. RGB value is (32,163,91). Sum of RGB (Red+Green+Blue) = 32+163+91=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 163 (64.06% from 255 or 56.99% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 163 - color contains mainly: green. Hex color #20A35B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A35B is #DF5CA4. Grayscale: #737373. Windows color (decimal): -14638245 or 6005536. OLE color: 6005536.
HSL color Cylindrical-coordinate representation of color #20A35B: hue angle of 147.02º 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 #20A35B is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 163 | 91 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.36 |
| HSL | 147.02º | 0.67% | 0.38% | - |
| HSV(B) | 147.02º | 0.8% | 0.64% | - |
| XYZ | 15.58 | 27.26 | 14.34 | - |
| YUV | 115.62 | 114.1 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 163 | 91 | 0.80 | 0 | 0.44 | 0.36 | 147.02 | 0.67 | 0.38 |
| Hex | 20 | A3 | 5B | 50 | 0 | 2C | 24 | 93 | 43 | 26 |
| Octal | 40 | 243 | 133 | 120 | 0 | 54 | 44 | 223 | 103 | 46 |
| Binary | 100000 | 10100011 | 1011011 | 1010000 | 0 | 101100 | 100100 | 10010011 | 1000011 | 100110 |
Color Harmonies of #20A35B
Complementary color
Monochromatic Colors of #20A35B
Black with #20A35B
Text Example
Text Example
White with #20A35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A35B; }
p { color: rgb(32,163,91); }
H1.HeaderClassName
{
color: #20A35B;
}
.AnyTagClassName
{
color: #20A35B;
}
</style>
background-color css
<style>
a { background-color: #20A35B; }
a { background-color: rgb(32,163,91); }
div.DivClassName
{
background-color: #20A35B;
}
.BgClassName
{
background-color: #20A35B;
}
</style>
border-color css
<style>
span { border-color: #20A35B; }
span { border-color: rgb(32,163,91); }
td.TdClassName
{
border-color: #20A35B;
}
.TagClassName
{
border-color: #20A35B;
}
</style>