Shades of Eucalyptus #22B456
Tints of Eucalyptus #22B456
RGB
CMYK
RGB Variations
Color information
#22B456 (or 0x22B456) is known color: Eucalyptus. HEX triplet: 22, B4 and 56. RGB value is (34,180,86). Sum of RGB (Red+Green+Blue) = 34+180+86=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 180 (70.70% from 255 or 60% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 180 - color contains mainly: green. Hex color #22B456 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22B456 is #DD4BA9. Grayscale: #7D7D7D. Windows color (decimal): -14502826 or 5682210. OLE color: 5682210.
HSL color Cylindrical-coordinate representation of color #22B456: hue angle of 141.37º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B456 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 34 | 180 | 86 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.29 |
| HSL | 141.37º | 0.68% | 0.42% | - |
| HSV(B) | 141.37º | 0.81% | 0.71% | - |
| XYZ | 18.66 | 33.65 | 14.32 | - |
| YUV | 125.63 | 105.63 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 180 | 86 | 0.81 | 0 | 0.52 | 0.29 | 141.37 | 0.68 | 0.42 |
| Hex | 22 | B4 | 56 | 51 | 0 | 34 | 1D | 8D | 44 | 2A |
| Octal | 42 | 264 | 126 | 121 | 0 | 64 | 35 | 215 | 104 | 52 |
| Binary | 100010 | 10110100 | 1010110 | 1010001 | 0 | 110100 | 11101 | 10001101 | 1000100 | 101010 |
Color Harmonies of #22B456
Complementary color
Monochromatic Colors of #22B456
Black with #22B456
Text Example
Text Example
White with #22B456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B456; }
p { color: rgb(34,180,86); }
H1.HeaderClassName
{
color: #22B456;
}
.AnyTagClassName
{
color: #22B456;
}
</style>
background-color css
<style>
a { background-color: #22B456; }
a { background-color: rgb(34,180,86); }
div.DivClassName
{
background-color: #22B456;
}
.BgClassName
{
background-color: #22B456;
}
</style>
border-color css
<style>
span { border-color: #22B456; }
span { border-color: rgb(34,180,86); }
td.TdClassName
{
border-color: #22B456;
}
.TagClassName
{
border-color: #22B456;
}
</style>