Shades of Eucalyptus #449564
Tints of Eucalyptus #449564
RGB
CMYK
RGB Variations
Color information
#449564 (or 0x449564) is known color: Eucalyptus. HEX triplet: 44, 95 and 64. RGB value is (68,149,100). Sum of RGB (Red+Green+Blue) = 68+149+100=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #449564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449564 is #BB6A9B. Grayscale: #777777. Windows color (decimal): -12282524 or 6591812. OLE color: 6591812.
HSL color Cylindrical-coordinate representation of color #449564: hue angle of 143.7º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449564 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 149 | 100 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.42 |
| HSL | 143.7º | 0.37% | 0.43% | - |
| HSV(B) | 143.7º | 0.54% | 0.58% | - |
| XYZ | 15.43 | 23.64 | 15.81 | - |
| YUV | 119.2 | 117.16 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 100 | 0.54 | 0 | 0.33 | 0.42 | 143.7 | 0.37 | 0.43 |
| Hex | 44 | 95 | 64 | 36 | 0 | 21 | 2A | 90 | 25 | 2B |
| Octal | 104 | 225 | 144 | 66 | 0 | 41 | 52 | 220 | 45 | 53 |
| Binary | 1000100 | 10010101 | 1100100 | 110110 | 0 | 100001 | 101010 | 10010000 | 100101 | 101011 |
Color Harmonies of #449564
Complementary color
Monochromatic Colors of #449564
Black with #449564
Text Example
Text Example
White with #449564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449564; }
p { color: rgb(68,149,100); }
H1.HeaderClassName
{
color: #449564;
}
.AnyTagClassName
{
color: #449564;
}
</style>
background-color css
<style>
a { background-color: #449564; }
a { background-color: rgb(68,149,100); }
div.DivClassName
{
background-color: #449564;
}
.BgClassName
{
background-color: #449564;
}
</style>
border-color css
<style>
span { border-color: #449564; }
span { border-color: rgb(68,149,100); }
td.TdClassName
{
border-color: #449564;
}
.TagClassName
{
border-color: #449564;
}
</style>