Shades of Eucalyptus #229663
Tints of Eucalyptus #229663
RGB
CMYK
RGB Variations
Color information
#229663 (or 0x229663) is known color: Eucalyptus. HEX triplet: 22, 96 and 63. RGB value is (34,150,99). Sum of RGB (Red+Green+Blue) = 34+150+99=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 150 (58.98% from 255 or 53.00% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 150 - color contains mainly: green. Hex color #229663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229663 is #DD699C. Grayscale: #6D6D6D. Windows color (decimal): -14510493 or 6526498. OLE color: 6526498.
HSL color Cylindrical-coordinate representation of color #229663: hue angle of 153.62º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229663 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 34 | 150 | 99 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.41 |
| HSL | 153.62º | 0.63% | 0.36% | - |
| HSV(B) | 153.62º | 0.77% | 0.59% | - |
| XYZ | 13.82 | 23.05 | 15.53 | - |
| YUV | 109.5 | 122.07 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 150 | 99 | 0.77 | 0 | 0.34 | 0.41 | 153.62 | 0.63 | 0.36 |
| Hex | 22 | 96 | 63 | 4D | 0 | 22 | 29 | 9A | 3F | 24 |
| Octal | 42 | 226 | 143 | 115 | 0 | 42 | 51 | 232 | 77 | 44 |
| Binary | 100010 | 10010110 | 1100011 | 1001101 | 0 | 100010 | 101001 | 10011010 | 111111 | 100100 |
Color Harmonies of #229663
Complementary color
Monochromatic Colors of #229663
Black with #229663
Text Example
Text Example
White with #229663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229663; }
p { color: rgb(34,150,99); }
H1.HeaderClassName
{
color: #229663;
}
.AnyTagClassName
{
color: #229663;
}
</style>
background-color css
<style>
a { background-color: #229663; }
a { background-color: rgb(34,150,99); }
div.DivClassName
{
background-color: #229663;
}
.BgClassName
{
background-color: #229663;
}
</style>
border-color css
<style>
span { border-color: #229663; }
span { border-color: rgb(34,150,99); }
td.TdClassName
{
border-color: #229663;
}
.TagClassName
{
border-color: #229663;
}
</style>