Shades of Eucalyptus #22A050
Tints of Eucalyptus #22A050
RGB
CMYK
RGB Variations
Color information
#22A050 (or 0x22A050) is known color: Eucalyptus. HEX triplet: 22, A0 and 50. RGB value is (34,160,80). Sum of RGB (Red+Green+Blue) = 34+160+80=274 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.41% from 274); Green value is 160 (62.89% from 255 or 58.39% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 160 - color contains mainly: green. Hex color #22A050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22A050 is #DD5FAF. Grayscale: #717171. Windows color (decimal): -14507952 or 5283874. OLE color: 5283874.
HSL color Cylindrical-coordinate representation of color #22A050: hue angle of 141.9º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #22A050 is Cyan = 0.79, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 34 | 160 | 80 | - |
| CMYK | 0.79 | 0 | 0.5 | 0.37 |
| HSL | 141.9º | 0.65% | 0.38% | - |
| HSV(B) | 141.9º | 0.79% | 0.63% | - |
| XYZ | 14.68 | 26.06 | 11.85 | - |
| YUV | 113.21 | 109.26 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 160 | 80 | 0.79 | 0 | 0.5 | 0.37 | 141.9 | 0.65 | 0.38 |
| Hex | 22 | A0 | 50 | 4F | 0 | 32 | 25 | 8E | 41 | 26 |
| Octal | 42 | 240 | 120 | 117 | 0 | 62 | 45 | 216 | 101 | 46 |
| Binary | 100010 | 10100000 | 1010000 | 1001111 | 0 | 110010 | 100101 | 10001110 | 1000001 | 100110 |
Color Harmonies of #22A050
Complementary color
Monochromatic Colors of #22A050
Black with #22A050
Text Example
Text Example
White with #22A050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A050; }
p { color: rgb(34,160,80); }
H1.HeaderClassName
{
color: #22A050;
}
.AnyTagClassName
{
color: #22A050;
}
</style>
background-color css
<style>
a { background-color: #22A050; }
a { background-color: rgb(34,160,80); }
div.DivClassName
{
background-color: #22A050;
}
.BgClassName
{
background-color: #22A050;
}
</style>
border-color css
<style>
span { border-color: #22A050; }
span { border-color: rgb(34,160,80); }
td.TdClassName
{
border-color: #22A050;
}
.TagClassName
{
border-color: #22A050;
}
</style>