Shades of Eucalyptus #20A649
Tints of Eucalyptus #20A649
RGB
CMYK
RGB Variations
Color information
#20A649 (or 0x20A649) is known color: Eucalyptus. HEX triplet: 20, A6 and 49. RGB value is (32,166,73). Sum of RGB (Red+Green+Blue) = 32+166+73=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 166 (65.23% from 255 or 61.25% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 166 - color contains mainly: green. Hex color #20A649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A649 is #DF59B6. Grayscale: #737373. Windows color (decimal): -14637495 or 4826656. OLE color: 4826656.
HSL color Cylindrical-coordinate representation of color #20A649: hue angle of 138.36º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A649 is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 166 | 73 | - |
| CMYK | 0.81 | 0 | 0.56 | 0.35 |
| HSL | 138.36º | 0.68% | 0.39% | - |
| HSV(B) | 138.36º | 0.81% | 0.65% | - |
| XYZ | 15.43 | 28.06 | 10.91 | - |
| YUV | 115.33 | 104.11 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 166 | 73 | 0.81 | 0 | 0.56 | 0.35 | 138.36 | 0.68 | 0.39 |
| Hex | 20 | A6 | 49 | 51 | 0 | 38 | 23 | 8A | 44 | 27 |
| Octal | 40 | 246 | 111 | 121 | 0 | 70 | 43 | 212 | 104 | 47 |
| Binary | 100000 | 10100110 | 1001001 | 1010001 | 0 | 111000 | 100011 | 10001010 | 1000100 | 100111 |
Color Harmonies of #20A649
Complementary color
Monochromatic Colors of #20A649
Black with #20A649
Text Example
Text Example
White with #20A649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A649; }
p { color: rgb(32,166,73); }
H1.HeaderClassName
{
color: #20A649;
}
.AnyTagClassName
{
color: #20A649;
}
</style>
background-color css
<style>
a { background-color: #20A649; }
a { background-color: rgb(32,166,73); }
div.DivClassName
{
background-color: #20A649;
}
.BgClassName
{
background-color: #20A649;
}
</style>
border-color css
<style>
span { border-color: #20A649; }
span { border-color: rgb(32,166,73); }
td.TdClassName
{
border-color: #20A649;
}
.TagClassName
{
border-color: #20A649;
}
</style>