Shades of Eucalyptus #20A453
Tints of Eucalyptus #20A453
RGB
CMYK
RGB Variations
Color information
#20A453 (or 0x20A453) is known color: Eucalyptus. HEX triplet: 20, A4 and 53. RGB value is (32,164,83). Sum of RGB (Red+Green+Blue) = 32+164+83=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 164 (64.45% from 255 or 58.78% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 164 - color contains mainly: green. Hex color #20A453 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A453 is #DF5BAC. Grayscale: #737373. Windows color (decimal): -14637997 or 5481504. OLE color: 5481504.
HSL color Cylindrical-coordinate representation of color #20A453: hue angle of 143.18º 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 #20A453 is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 164 | 83 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.36 |
| HSL | 143.18º | 0.67% | 0.38% | - |
| HSV(B) | 143.18º | 0.8% | 0.64% | - |
| XYZ | 15.43 | 27.48 | 12.67 | - |
| YUV | 115.3 | 109.77 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 164 | 83 | 0.80 | 0 | 0.49 | 0.36 | 143.18 | 0.67 | 0.38 |
| Hex | 20 | A4 | 53 | 50 | 0 | 31 | 24 | 8F | 43 | 26 |
| Octal | 40 | 244 | 123 | 120 | 0 | 61 | 44 | 217 | 103 | 46 |
| Binary | 100000 | 10100100 | 1010011 | 1010000 | 0 | 110001 | 100100 | 10001111 | 1000011 | 100110 |
Color Harmonies of #20A453
Complementary color
Monochromatic Colors of #20A453
Black with #20A453
Text Example
Text Example
White with #20A453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A453; }
p { color: rgb(32,164,83); }
H1.HeaderClassName
{
color: #20A453;
}
.AnyTagClassName
{
color: #20A453;
}
</style>
background-color css
<style>
a { background-color: #20A453; }
a { background-color: rgb(32,164,83); }
div.DivClassName
{
background-color: #20A453;
}
.BgClassName
{
background-color: #20A453;
}
</style>
border-color css
<style>
span { border-color: #20A453; }
span { border-color: rgb(32,164,83); }
td.TdClassName
{
border-color: #20A453;
}
.TagClassName
{
border-color: #20A453;
}
</style>