Shades of Eucalyptus #408F66
Tints of Eucalyptus #408F66
RGB
CMYK
RGB Variations
Color information
#408F66 (or 0x408F66) is known color: Eucalyptus. HEX triplet: 40, 8F and 66. RGB value is (64,143,102). Sum of RGB (Red+Green+Blue) = 64+143+102=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 143 - color contains mainly: green. Hex color #408F66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F66 is #BF7099. Grayscale: #727272. Windows color (decimal): -12546202 or 6721344. OLE color: 6721344.
HSL color Cylindrical-coordinate representation of color #408F66: hue angle of 148.86º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408F66 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 143 | 102 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.44 |
| HSL | 148.86º | 0.38% | 0.41% | - |
| HSV(B) | 148.86º | 0.55% | 0.56% | - |
| XYZ | 14.34 | 21.69 | 16 | - |
| YUV | 114.71 | 120.83 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 102 | 0.55 | 0 | 0.29 | 0.44 | 148.86 | 0.38 | 0.41 |
| Hex | 40 | 8F | 66 | 37 | 0 | 1D | 2C | 95 | 26 | 29 |
| Octal | 100 | 217 | 146 | 67 | 0 | 35 | 54 | 225 | 46 | 51 |
| Binary | 1000000 | 10001111 | 1100110 | 110111 | 0 | 11101 | 101100 | 10010101 | 100110 | 101001 |
Color Harmonies of #408F66
Complementary color
Monochromatic Colors of #408F66
Black with #408F66
Text Example
Text Example
White with #408F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408F66; }
p { color: rgb(64,143,102); }
H1.HeaderClassName
{
color: #408F66;
}
.AnyTagClassName
{
color: #408F66;
}
</style>
background-color css
<style>
a { background-color: #408F66; }
a { background-color: rgb(64,143,102); }
div.DivClassName
{
background-color: #408F66;
}
.BgClassName
{
background-color: #408F66;
}
</style>
border-color css
<style>
span { border-color: #408F66; }
span { border-color: rgb(64,143,102); }
td.TdClassName
{
border-color: #408F66;
}
.TagClassName
{
border-color: #408F66;
}
</style>