Shades of Eucalyptus #448E64
Tints of Eucalyptus #448E64
RGB
CMYK
RGB Variations
Color information
#448E64 (or 0x448E64) is known color: Eucalyptus. HEX triplet: 44, 8E and 64. RGB value is (68,142,100). Sum of RGB (Red+Green+Blue) = 68+142+100=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #448E64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448E64 is #BB719B. Grayscale: #737373. Windows color (decimal): -12284316 or 6590020. OLE color: 6590020.
HSL color Cylindrical-coordinate representation of color #448E64: hue angle of 145.95º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448E64 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 142 | 100 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.44 |
| HSL | 145.95º | 0.35% | 0.41% | - |
| HSV(B) | 145.95º | 0.52% | 0.56% | - |
| XYZ | 14.36 | 21.5 | 15.45 | - |
| YUV | 115.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 142 | 100 | 0.52 | 0 | 0.30 | 0.44 | 145.95 | 0.35 | 0.41 |
| Hex | 44 | 8E | 64 | 34 | 0 | 1E | 2C | 92 | 23 | 29 |
| Octal | 104 | 216 | 144 | 64 | 0 | 36 | 54 | 222 | 43 | 51 |
| Binary | 1000100 | 10001110 | 1100100 | 110100 | 0 | 11110 | 101100 | 10010010 | 100011 | 101001 |
Color Harmonies of #448E64
Complementary color
Monochromatic Colors of #448E64
Black with #448E64
Text Example
Text Example
White with #448E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448E64; }
p { color: rgb(68,142,100); }
H1.HeaderClassName
{
color: #448E64;
}
.AnyTagClassName
{
color: #448E64;
}
</style>
background-color css
<style>
a { background-color: #448E64; }
a { background-color: rgb(68,142,100); }
div.DivClassName
{
background-color: #448E64;
}
.BgClassName
{
background-color: #448E64;
}
</style>
border-color css
<style>
span { border-color: #448E64; }
span { border-color: rgb(68,142,100); }
td.TdClassName
{
border-color: #448E64;
}
.TagClassName
{
border-color: #448E64;
}
</style>