Shades of Eucalyptus #229661
Tints of Eucalyptus #229661
RGB
CMYK
RGB Variations
Color information
#229661 (or 0x229661) is known color: Eucalyptus. HEX triplet: 22, 96 and 61. RGB value is (34,150,97). Sum of RGB (Red+Green+Blue) = 34+150+97=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #229661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229661 is #DD699E. Grayscale: #6D6D6D. Windows color (decimal): -14510495 or 6395426. OLE color: 6395426.
HSL color Cylindrical-coordinate representation of color #229661: hue angle of 152.59º 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 #229661 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 34 | 150 | 97 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.41 |
| HSL | 152.59º | 0.63% | 0.36% | - |
| HSV(B) | 152.59º | 0.77% | 0.59% | - |
| XYZ | 13.72 | 23.02 | 15.03 | - |
| YUV | 109.27 | 121.07 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 150 | 97 | 0.77 | 0 | 0.35 | 0.41 | 152.59 | 0.63 | 0.36 |
| Hex | 22 | 96 | 61 | 4D | 0 | 23 | 29 | 99 | 3F | 24 |
| Octal | 42 | 226 | 141 | 115 | 0 | 43 | 51 | 231 | 77 | 44 |
| Binary | 100010 | 10010110 | 1100001 | 1001101 | 0 | 100011 | 101001 | 10011001 | 111111 | 100100 |
Color Harmonies of #229661
Complementary color
Monochromatic Colors of #229661
Black with #229661
Text Example
Text Example
White with #229661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229661; }
p { color: rgb(34,150,97); }
H1.HeaderClassName
{
color: #229661;
}
.AnyTagClassName
{
color: #229661;
}
</style>
background-color css
<style>
a { background-color: #229661; }
a { background-color: rgb(34,150,97); }
div.DivClassName
{
background-color: #229661;
}
.BgClassName
{
background-color: #229661;
}
</style>
border-color css
<style>
span { border-color: #229661; }
span { border-color: rgb(34,150,97); }
td.TdClassName
{
border-color: #229661;
}
.TagClassName
{
border-color: #229661;
}
</style>