Shades of Eucalyptus #449368
Tints of Eucalyptus #449368
RGB
CMYK
RGB Variations
Color information
#449368 (or 0x449368) is known color: Eucalyptus. HEX triplet: 44, 93 and 68. RGB value is (68,147,104). Sum of RGB (Red+Green+Blue) = 68+147+104=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #449368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449368 is #BB6C97. Grayscale: #767676. Windows color (decimal): -12283032 or 6853444. OLE color: 6853444.
HSL color Cylindrical-coordinate representation of color #449368: hue angle of 147.34º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449368 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 147 | 104 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.42 |
| HSL | 147.34º | 0.37% | 0.42% | - |
| HSV(B) | 147.34º | 0.54% | 0.58% | - |
| XYZ | 15.32 | 23.1 | 16.75 | - |
| YUV | 118.48 | 119.83 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 147 | 104 | 0.54 | 0 | 0.29 | 0.42 | 147.34 | 0.37 | 0.42 |
| Hex | 44 | 93 | 68 | 36 | 0 | 1D | 2A | 93 | 25 | 2A |
| Octal | 104 | 223 | 150 | 66 | 0 | 35 | 52 | 223 | 45 | 52 |
| Binary | 1000100 | 10010011 | 1101000 | 110110 | 0 | 11101 | 101010 | 10010011 | 100101 | 101010 |
Color Harmonies of #449368
Complementary color
Monochromatic Colors of #449368
Black with #449368
Text Example
Text Example
White with #449368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449368; }
p { color: rgb(68,147,104); }
H1.HeaderClassName
{
color: #449368;
}
.AnyTagClassName
{
color: #449368;
}
</style>
background-color css
<style>
a { background-color: #449368; }
a { background-color: rgb(68,147,104); }
div.DivClassName
{
background-color: #449368;
}
.BgClassName
{
background-color: #449368;
}
</style>
border-color css
<style>
span { border-color: #449368; }
span { border-color: rgb(68,147,104); }
td.TdClassName
{
border-color: #449368;
}
.TagClassName
{
border-color: #449368;
}
</style>