Shades of Eucalyptus #409E69
Tints of Eucalyptus #409E69
RGB
CMYK
RGB Variations
Color information
#409E69 (or 0x409E69) is known color: Eucalyptus. HEX triplet: 40, 9E and 69. RGB value is (64,158,105). Sum of RGB (Red+Green+Blue) = 64+158+105=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 158 (62.11% from 255 or 48.32% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 158 - color contains mainly: green. Hex color #409E69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409E69 is #BF6196. Grayscale: #7B7B7B. Windows color (decimal): -12542359 or 6921792. OLE color: 6921792.
HSL color Cylindrical-coordinate representation of color #409E69: hue angle of 146.17º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409E69 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 158 | 105 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.38 |
| HSL | 146.17º | 0.42% | 0.44% | - |
| HSV(B) | 146.17º | 0.59% | 0.62% | - |
| XYZ | 16.89 | 26.56 | 17.6 | - |
| YUV | 123.85 | 117.36 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 105 | 0.59 | 0 | 0.34 | 0.38 | 146.17 | 0.42 | 0.44 |
| Hex | 40 | 9E | 69 | 3B | 0 | 22 | 26 | 92 | 2A | 2C |
| Octal | 100 | 236 | 151 | 73 | 0 | 42 | 46 | 222 | 52 | 54 |
| Binary | 1000000 | 10011110 | 1101001 | 111011 | 0 | 100010 | 100110 | 10010010 | 101010 | 101100 |
Color Harmonies of #409E69
Complementary color
Monochromatic Colors of #409E69
Black with #409E69
Text Example
Text Example
White with #409E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409E69; }
p { color: rgb(64,158,105); }
H1.HeaderClassName
{
color: #409E69;
}
.AnyTagClassName
{
color: #409E69;
}
</style>
background-color css
<style>
a { background-color: #409E69; }
a { background-color: rgb(64,158,105); }
div.DivClassName
{
background-color: #409E69;
}
.BgClassName
{
background-color: #409E69;
}
</style>
border-color css
<style>
span { border-color: #409E69; }
span { border-color: rgb(64,158,105); }
td.TdClassName
{
border-color: #409E69;
}
.TagClassName
{
border-color: #409E69;
}
</style>