Shades of Eucalyptus #229560
Tints of Eucalyptus #229560
RGB
CMYK
RGB Variations
Color information
#229560 (or 0x229560) is known color: Eucalyptus. HEX triplet: 22, 95 and 60. RGB value is (34,149,96). Sum of RGB (Red+Green+Blue) = 34+149+96=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #229560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229560 is #DD6A9F. Grayscale: #6C6C6C. Windows color (decimal): -14510752 or 6329634. OLE color: 6329634.
HSL color Cylindrical-coordinate representation of color #229560: hue angle of 152.35º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229560 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 149 | 96 | - |
| CMYK | 0.77 | 0 | 0.36 | 0.42 |
| HSL | 152.35º | 0.63% | 0.36% | - |
| HSV(B) | 152.35º | 0.77% | 0.58% | - |
| XYZ | 13.52 | 22.68 | 14.73 | - |
| YUV | 108.57 | 120.9 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 149 | 96 | 0.77 | 0 | 0.36 | 0.42 | 152.35 | 0.63 | 0.36 |
| Hex | 22 | 95 | 60 | 4D | 0 | 24 | 2A | 98 | 3F | 24 |
| Octal | 42 | 225 | 140 | 115 | 0 | 44 | 52 | 230 | 77 | 44 |
| Binary | 100010 | 10010101 | 1100000 | 1001101 | 0 | 100100 | 101010 | 10011000 | 111111 | 100100 |
Color Harmonies of #229560
Complementary color
Monochromatic Colors of #229560
Black with #229560
Text Example
Text Example
White with #229560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229560; }
p { color: rgb(34,149,96); }
H1.HeaderClassName
{
color: #229560;
}
.AnyTagClassName
{
color: #229560;
}
</style>
background-color css
<style>
a { background-color: #229560; }
a { background-color: rgb(34,149,96); }
div.DivClassName
{
background-color: #229560;
}
.BgClassName
{
background-color: #229560;
}
</style>
border-color css
<style>
span { border-color: #229560; }
span { border-color: rgb(34,149,96); }
td.TdClassName
{
border-color: #229560;
}
.TagClassName
{
border-color: #229560;
}
</style>