Shades of Eucalyptus #22AA51
Tints of Eucalyptus #22AA51
RGB
CMYK
RGB Variations
Color information
#22AA51 (or 0x22AA51) is known color: Eucalyptus. HEX triplet: 22, AA and 51. RGB value is (34,170,81). Sum of RGB (Red+Green+Blue) = 34+170+81=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 170 (66.80% from 255 or 59.65% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 170 - color contains mainly: green. Hex color #22AA51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22AA51 is #DD55AE. Grayscale: #777777. Windows color (decimal): -14505391 or 5351970. OLE color: 5351970.
HSL color Cylindrical-coordinate representation of color #22AA51: hue angle of 140.74º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22AA51 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 170 | 81 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.33 |
| HSL | 140.74º | 0.67% | 0.4% | - |
| HSV(B) | 140.74º | 0.8% | 0.67% | - |
| XYZ | 16.52 | 29.68 | 12.64 | - |
| YUV | 119.19 | 106.44 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 170 | 81 | 0.80 | 0 | 0.52 | 0.33 | 140.74 | 0.67 | 0.4 |
| Hex | 22 | AA | 51 | 50 | 0 | 34 | 21 | 8D | 43 | 28 |
| Octal | 42 | 252 | 121 | 120 | 0 | 64 | 41 | 215 | 103 | 50 |
| Binary | 100010 | 10101010 | 1010001 | 1010000 | 0 | 110100 | 100001 | 10001101 | 1000011 | 101000 |
Color Harmonies of #22AA51
Complementary color
Monochromatic Colors of #22AA51
Black with #22AA51
Text Example
Text Example
White with #22AA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AA51; }
p { color: rgb(34,170,81); }
H1.HeaderClassName
{
color: #22AA51;
}
.AnyTagClassName
{
color: #22AA51;
}
</style>
background-color css
<style>
a { background-color: #22AA51; }
a { background-color: rgb(34,170,81); }
div.DivClassName
{
background-color: #22AA51;
}
.BgClassName
{
background-color: #22AA51;
}
</style>
border-color css
<style>
span { border-color: #22AA51; }
span { border-color: rgb(34,170,81); }
td.TdClassName
{
border-color: #22AA51;
}
.TagClassName
{
border-color: #22AA51;
}
</style>