Shades of Eucalyptus #22A062
Tints of Eucalyptus #22A062
RGB
CMYK
RGB Variations
Color information
#22A062 (or 0x22A062) is known color: Eucalyptus. HEX triplet: 22, A0 and 62. RGB value is (34,160,98). Sum of RGB (Red+Green+Blue) = 34+160+98=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 160 (62.89% from 255 or 54.79% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 160 - color contains mainly: green. Hex color #22A062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22A062 is #DD5F9D. Grayscale: #737373. Windows color (decimal): -14507934 or 6463522. OLE color: 6463522.
HSL color Cylindrical-coordinate representation of color #22A062: hue angle of 150.48º 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 #22A062 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 34 | 160 | 98 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.37 |
| HSL | 150.48º | 0.65% | 0.38% | - |
| HSV(B) | 150.48º | 0.79% | 0.63% | - |
| XYZ | 15.44 | 26.36 | 15.83 | - |
| YUV | 115.26 | 118.26 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 160 | 98 | 0.79 | 0 | 0.39 | 0.37 | 150.48 | 0.65 | 0.38 |
| Hex | 22 | A0 | 62 | 4F | 0 | 27 | 25 | 96 | 41 | 26 |
| Octal | 42 | 240 | 142 | 117 | 0 | 47 | 45 | 226 | 101 | 46 |
| Binary | 100010 | 10100000 | 1100010 | 1001111 | 0 | 100111 | 100101 | 10010110 | 1000001 | 100110 |
Color Harmonies of #22A062
Complementary color
Monochromatic Colors of #22A062
Black with #22A062
Text Example
Text Example
White with #22A062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A062; }
p { color: rgb(34,160,98); }
H1.HeaderClassName
{
color: #22A062;
}
.AnyTagClassName
{
color: #22A062;
}
</style>
background-color css
<style>
a { background-color: #22A062; }
a { background-color: rgb(34,160,98); }
div.DivClassName
{
background-color: #22A062;
}
.BgClassName
{
background-color: #22A062;
}
</style>
border-color css
<style>
span { border-color: #22A062; }
span { border-color: rgb(34,160,98); }
td.TdClassName
{
border-color: #22A062;
}
.TagClassName
{
border-color: #22A062;
}
</style>