Shades of Eucalyptus #408D62
Tints of Eucalyptus #408D62
RGB
CMYK
RGB Variations
Color information
#408D62 (or 0x408D62) is known color: Eucalyptus. HEX triplet: 40, 8D and 62. RGB value is (64,141,98). Sum of RGB (Red+Green+Blue) = 64+141+98=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 141 - color contains mainly: green. Hex color #408D62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D62 is #BF729D. Grayscale: #717171. Windows color (decimal): -12546718 or 6458688. OLE color: 6458688.
HSL color Cylindrical-coordinate representation of color #408D62: hue angle of 146.49º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408D62 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 141 | 98 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.45 |
| HSL | 146.49º | 0.38% | 0.4% | - |
| HSV(B) | 146.49º | 0.55% | 0.55% | - |
| XYZ | 13.84 | 21.02 | 14.88 | - |
| YUV | 113.08 | 119.49 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 141 | 98 | 0.55 | 0 | 0.30 | 0.45 | 146.49 | 0.38 | 0.4 |
| Hex | 40 | 8D | 62 | 37 | 0 | 1E | 2D | 92 | 26 | 28 |
| Octal | 100 | 215 | 142 | 67 | 0 | 36 | 55 | 222 | 46 | 50 |
| Binary | 1000000 | 10001101 | 1100010 | 110111 | 0 | 11110 | 101101 | 10010010 | 100110 | 101000 |
Color Harmonies of #408D62
Complementary color
Monochromatic Colors of #408D62
Black with #408D62
Text Example
Text Example
White with #408D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408D62; }
p { color: rgb(64,141,98); }
H1.HeaderClassName
{
color: #408D62;
}
.AnyTagClassName
{
color: #408D62;
}
</style>
background-color css
<style>
a { background-color: #408D62; }
a { background-color: rgb(64,141,98); }
div.DivClassName
{
background-color: #408D62;
}
.BgClassName
{
background-color: #408D62;
}
</style>
border-color css
<style>
span { border-color: #408D62; }
span { border-color: rgb(64,141,98); }
td.TdClassName
{
border-color: #408D62;
}
.TagClassName
{
border-color: #408D62;
}
</style>