Shades of Eucalyptus #409066
Tints of Eucalyptus #409066
RGB
CMYK
RGB Variations
Color information
#409066 (or 0x409066) is known color: Eucalyptus. HEX triplet: 40, 90 and 66. RGB value is (64,144,102). Sum of RGB (Red+Green+Blue) = 64+144+102=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #409066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409066 is #BF6F99. Grayscale: #737373. Windows color (decimal): -12545946 or 6721600. OLE color: 6721600.
HSL color Cylindrical-coordinate representation of color #409066: hue angle of 148.5º 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 #409066 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 102 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.44 |
| HSL | 148.5º | 0.38% | 0.41% | - |
| HSV(B) | 148.5º | 0.56% | 0.56% | - |
| XYZ | 14.49 | 22 | 16.05 | - |
| YUV | 115.29 | 120.5 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 102 | 0.56 | 0 | 0.29 | 0.44 | 148.5 | 0.38 | 0.41 |
| Hex | 40 | 90 | 66 | 38 | 0 | 1D | 2C | 94 | 26 | 29 |
| Octal | 100 | 220 | 146 | 70 | 0 | 35 | 54 | 224 | 46 | 51 |
| Binary | 1000000 | 10010000 | 1100110 | 111000 | 0 | 11101 | 101100 | 10010100 | 100110 | 101001 |
Color Harmonies of #409066
Complementary color
Monochromatic Colors of #409066
Black with #409066
Text Example
Text Example
White with #409066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409066; }
p { color: rgb(64,144,102); }
H1.HeaderClassName
{
color: #409066;
}
.AnyTagClassName
{
color: #409066;
}
</style>
background-color css
<style>
a { background-color: #409066; }
a { background-color: rgb(64,144,102); }
div.DivClassName
{
background-color: #409066;
}
.BgClassName
{
background-color: #409066;
}
</style>
border-color css
<style>
span { border-color: #409066; }
span { border-color: rgb(64,144,102); }
td.TdClassName
{
border-color: #409066;
}
.TagClassName
{
border-color: #409066;
}
</style>