Shades of Eucalyptus #22AB58
Tints of Eucalyptus #22AB58
RGB
CMYK
RGB Variations
Color information
#22AB58 (or 0x22AB58) is known color: Eucalyptus. HEX triplet: 22, AB and 58. RGB value is (34,171,88). Sum of RGB (Red+Green+Blue) = 34+171+88=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #22AB58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22AB58 is #DD54A7. Grayscale: #787878. Windows color (decimal): -14505128 or 5810978. OLE color: 5810978.
HSL color Cylindrical-coordinate representation of color #22AB58: hue angle of 143.65º 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 #22AB58 is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 171 | 88 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.33 |
| HSL | 143.65º | 0.67% | 0.4% | - |
| HSV(B) | 143.65º | 0.8% | 0.67% | - |
| XYZ | 16.98 | 30.17 | 14.16 | - |
| YUV | 120.58 | 109.61 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 171 | 88 | 0.80 | 0 | 0.49 | 0.33 | 143.65 | 0.67 | 0.4 |
| Hex | 22 | AB | 58 | 50 | 0 | 31 | 21 | 90 | 43 | 28 |
| Octal | 42 | 253 | 130 | 120 | 0 | 61 | 41 | 220 | 103 | 50 |
| Binary | 100010 | 10101011 | 1011000 | 1010000 | 0 | 110001 | 100001 | 10010000 | 1000011 | 101000 |
Color Harmonies of #22AB58
Complementary color
Monochromatic Colors of #22AB58
Black with #22AB58
Text Example
Text Example
White with #22AB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AB58; }
p { color: rgb(34,171,88); }
H1.HeaderClassName
{
color: #22AB58;
}
.AnyTagClassName
{
color: #22AB58;
}
</style>
background-color css
<style>
a { background-color: #22AB58; }
a { background-color: rgb(34,171,88); }
div.DivClassName
{
background-color: #22AB58;
}
.BgClassName
{
background-color: #22AB58;
}
</style>
border-color css
<style>
span { border-color: #22AB58; }
span { border-color: rgb(34,171,88); }
td.TdClassName
{
border-color: #22AB58;
}
.TagClassName
{
border-color: #22AB58;
}
</style>