Shades of Eucalyptus #229C54
Tints of Eucalyptus #229C54
RGB
CMYK
RGB Variations
Color information
#229C54 (or 0x229C54) is known color: Eucalyptus. HEX triplet: 22, 9C and 54. RGB value is (34,156,84). Sum of RGB (Red+Green+Blue) = 34+156+84=274 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.41% from 274); Green value is 156 (61.33% from 255 or 56.93% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 156 - color contains mainly: green. Hex color #229C54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229C54 is #DD63AB. Grayscale: #6F6F6F. Windows color (decimal): -14508972 or 5544994. OLE color: 5544994.
HSL color Cylindrical-coordinate representation of color #229C54: hue angle of 144.59º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229C54 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 156 | 84 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.39 |
| HSL | 144.59º | 0.64% | 0.37% | - |
| HSV(B) | 144.59º | 0.78% | 0.61% | - |
| XYZ | 14.15 | 24.76 | 12.42 | - |
| YUV | 111.31 | 112.58 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 156 | 84 | 0.78 | 0 | 0.46 | 0.39 | 144.59 | 0.64 | 0.37 |
| Hex | 22 | 9C | 54 | 4E | 0 | 2E | 27 | 91 | 40 | 25 |
| Octal | 42 | 234 | 124 | 116 | 0 | 56 | 47 | 221 | 100 | 45 |
| Binary | 100010 | 10011100 | 1010100 | 1001110 | 0 | 101110 | 100111 | 10010001 | 1000000 | 100101 |
Color Harmonies of #229C54
Complementary color
Monochromatic Colors of #229C54
Black with #229C54
Text Example
Text Example
White with #229C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229C54; }
p { color: rgb(34,156,84); }
H1.HeaderClassName
{
color: #229C54;
}
.AnyTagClassName
{
color: #229C54;
}
</style>
background-color css
<style>
a { background-color: #229C54; }
a { background-color: rgb(34,156,84); }
div.DivClassName
{
background-color: #229C54;
}
.BgClassName
{
background-color: #229C54;
}
</style>
border-color css
<style>
span { border-color: #229C54; }
span { border-color: rgb(34,156,84); }
td.TdClassName
{
border-color: #229C54;
}
.TagClassName
{
border-color: #229C54;
}
</style>