Shades of Eucalyptus #408C65
Tints of Eucalyptus #408C65
RGB
CMYK
RGB Variations
Color information
#408C65 (or 0x408C65) is known color: Eucalyptus. HEX triplet: 40, 8C and 65. RGB value is (64,140,101). Sum of RGB (Red+Green+Blue) = 64+140+101=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 140 - color contains mainly: green. Hex color #408C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C65 is #BF739A. Grayscale: #707070. Windows color (decimal): -12546971 or 6655040. OLE color: 6655040.
HSL color Cylindrical-coordinate representation of color #408C65: hue angle of 149.21º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408C65 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 140 | 101 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.45 |
| HSL | 149.21º | 0.37% | 0.4% | - |
| HSV(B) | 149.21º | 0.54% | 0.55% | - |
| XYZ | 13.84 | 20.79 | 15.59 | - |
| YUV | 112.83 | 121.32 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 101 | 0.54 | 0 | 0.28 | 0.45 | 149.21 | 0.37 | 0.4 |
| Hex | 40 | 8C | 65 | 36 | 0 | 1C | 2D | 95 | 25 | 28 |
| Octal | 100 | 214 | 145 | 66 | 0 | 34 | 55 | 225 | 45 | 50 |
| Binary | 1000000 | 10001100 | 1100101 | 110110 | 0 | 11100 | 101101 | 10010101 | 100101 | 101000 |
Color Harmonies of #408C65
Complementary color
Monochromatic Colors of #408C65
Black with #408C65
Text Example
Text Example
White with #408C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408C65; }
p { color: rgb(64,140,101); }
H1.HeaderClassName
{
color: #408C65;
}
.AnyTagClassName
{
color: #408C65;
}
</style>
background-color css
<style>
a { background-color: #408C65; }
a { background-color: rgb(64,140,101); }
div.DivClassName
{
background-color: #408C65;
}
.BgClassName
{
background-color: #408C65;
}
</style>
border-color css
<style>
span { border-color: #408C65; }
span { border-color: rgb(64,140,101); }
td.TdClassName
{
border-color: #408C65;
}
.TagClassName
{
border-color: #408C65;
}
</style>