Shades of Eucalyptus #408A64
Tints of Eucalyptus #408A64
RGB
CMYK
RGB Variations
Color information
#408A64 (or 0x408A64) is known color: Eucalyptus. HEX triplet: 40, 8A and 64. RGB value is (64,138,100). Sum of RGB (Red+Green+Blue) = 64+138+100=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 138 (54.30% from 255 or 45.70% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 138 - color contains mainly: green. Hex color #408A64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A64 is #BF759B. Grayscale: #6F6F6F. Windows color (decimal): -12547484 or 6588992. OLE color: 6588992.
HSL color Cylindrical-coordinate representation of color #408A64: hue angle of 149.19º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408A64 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 138 | 100 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.46 |
| HSL | 149.19º | 0.37% | 0.4% | - |
| HSV(B) | 149.19º | 0.54% | 0.54% | - |
| XYZ | 13.5 | 20.19 | 15.24 | - |
| YUV | 111.54 | 121.48 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 100 | 0.54 | 0 | 0.28 | 0.46 | 149.19 | 0.37 | 0.4 |
| Hex | 40 | 8A | 64 | 36 | 0 | 1C | 2E | 95 | 25 | 28 |
| Octal | 100 | 212 | 144 | 66 | 0 | 34 | 56 | 225 | 45 | 50 |
| Binary | 1000000 | 10001010 | 1100100 | 110110 | 0 | 11100 | 101110 | 10010101 | 100101 | 101000 |
Color Harmonies of #408A64
Complementary color
Monochromatic Colors of #408A64
Black with #408A64
Text Example
Text Example
White with #408A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408A64; }
p { color: rgb(64,138,100); }
H1.HeaderClassName
{
color: #408A64;
}
.AnyTagClassName
{
color: #408A64;
}
</style>
background-color css
<style>
a { background-color: #408A64; }
a { background-color: rgb(64,138,100); }
div.DivClassName
{
background-color: #408A64;
}
.BgClassName
{
background-color: #408A64;
}
</style>
border-color css
<style>
span { border-color: #408A64; }
span { border-color: rgb(64,138,100); }
td.TdClassName
{
border-color: #408A64;
}
.TagClassName
{
border-color: #408A64;
}
</style>