Shades of Eucalyptus #409064
Tints of Eucalyptus #409064
RGB
CMYK
RGB Variations
Color information
#409064 (or 0x409064) is known color: Eucalyptus. HEX triplet: 40, 90 and 64. RGB value is (64,144,100). Sum of RGB (Red+Green+Blue) = 64+144+100=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #409064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409064 is #BF6F9B. Grayscale: #737373. Windows color (decimal): -12545948 or 6590528. OLE color: 6590528.
HSL color Cylindrical-coordinate representation of color #409064: hue angle of 147º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409064 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 100 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.44 |
| HSL | 147º | 0.38% | 0.41% | - |
| HSV(B) | 147º | 0.56% | 0.56% | - |
| XYZ | 14.39 | 21.96 | 15.54 | - |
| YUV | 115.06 | 119.5 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 100 | 0.56 | 0 | 0.31 | 0.44 | 147 | 0.38 | 0.41 |
| Hex | 40 | 90 | 64 | 38 | 0 | 1F | 2C | 93 | 26 | 29 |
| Octal | 100 | 220 | 144 | 70 | 0 | 37 | 54 | 223 | 46 | 51 |
| Binary | 1000000 | 10010000 | 1100100 | 111000 | 0 | 11111 | 101100 | 10010011 | 100110 | 101001 |
Color Harmonies of #409064
Complementary color
Monochromatic Colors of #409064
Black with #409064
Text Example
Text Example
White with #409064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409064; }
p { color: rgb(64,144,100); }
H1.HeaderClassName
{
color: #409064;
}
.AnyTagClassName
{
color: #409064;
}
</style>
background-color css
<style>
a { background-color: #409064; }
a { background-color: rgb(64,144,100); }
div.DivClassName
{
background-color: #409064;
}
.BgClassName
{
background-color: #409064;
}
</style>
border-color css
<style>
span { border-color: #409064; }
span { border-color: rgb(64,144,100); }
td.TdClassName
{
border-color: #409064;
}
.TagClassName
{
border-color: #409064;
}
</style>