Shades of Eucalyptus #22A554
Tints of Eucalyptus #22A554
RGB
CMYK
RGB Variations
Color information
#22A554 (or 0x22A554) is known color: Eucalyptus. HEX triplet: 22, A5 and 54. RGB value is (34,165,84). Sum of RGB (Red+Green+Blue) = 34+165+84=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 165 (64.84% from 255 or 58.30% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 165 - color contains mainly: green. Hex color #22A554 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22A554 is #DD5AAB. Grayscale: #747474. Windows color (decimal): -14506668 or 5547298. OLE color: 5547298.
HSL color Cylindrical-coordinate representation of color #22A554: hue angle of 142.9º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #22A554 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 34 | 165 | 84 | - |
| CMYK | 0.79 | 0 | 0.49 | 0.35 |
| HSL | 142.9º | 0.66% | 0.39% | - |
| HSV(B) | 142.9º | 0.79% | 0.65% | - |
| XYZ | 15.72 | 27.89 | 12.94 | - |
| YUV | 116.6 | 109.6 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 165 | 84 | 0.79 | 0 | 0.49 | 0.35 | 142.9 | 0.66 | 0.39 |
| Hex | 22 | A5 | 54 | 4F | 0 | 31 | 23 | 8F | 42 | 27 |
| Octal | 42 | 245 | 124 | 117 | 0 | 61 | 43 | 217 | 102 | 47 |
| Binary | 100010 | 10100101 | 1010100 | 1001111 | 0 | 110001 | 100011 | 10001111 | 1000010 | 100111 |
Color Harmonies of #22A554
Complementary color
Monochromatic Colors of #22A554
Black with #22A554
Text Example
Text Example
White with #22A554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A554; }
p { color: rgb(34,165,84); }
H1.HeaderClassName
{
color: #22A554;
}
.AnyTagClassName
{
color: #22A554;
}
</style>
background-color css
<style>
a { background-color: #22A554; }
a { background-color: rgb(34,165,84); }
div.DivClassName
{
background-color: #22A554;
}
.BgClassName
{
background-color: #22A554;
}
</style>
border-color css
<style>
span { border-color: #22A554; }
span { border-color: rgb(34,165,84); }
td.TdClassName
{
border-color: #22A554;
}
.TagClassName
{
border-color: #22A554;
}
</style>