Shades of Eucalyptus #409D69
Tints of Eucalyptus #409D69
RGB
CMYK
RGB Variations
Color information
#409D69 (or 0x409D69) is known color: Eucalyptus. HEX triplet: 40, 9D and 69. RGB value is (64,157,105). Sum of RGB (Red+Green+Blue) = 64+157+105=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #409D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409D69 is #BF6296. Grayscale: #7B7B7B. Windows color (decimal): -12542615 or 6921536. OLE color: 6921536.
HSL color Cylindrical-coordinate representation of color #409D69: hue angle of 146.45º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409D69 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 157 | 105 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.38 |
| HSL | 146.45º | 0.42% | 0.43% | - |
| HSV(B) | 146.45º | 0.59% | 0.62% | - |
| XYZ | 16.72 | 26.22 | 17.55 | - |
| YUV | 123.27 | 117.69 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 105 | 0.59 | 0 | 0.33 | 0.38 | 146.45 | 0.42 | 0.43 |
| Hex | 40 | 9D | 69 | 3B | 0 | 21 | 26 | 92 | 2A | 2B |
| Octal | 100 | 235 | 151 | 73 | 0 | 41 | 46 | 222 | 52 | 53 |
| Binary | 1000000 | 10011101 | 1101001 | 111011 | 0 | 100001 | 100110 | 10010010 | 101010 | 101011 |
Color Harmonies of #409D69
Complementary color
Monochromatic Colors of #409D69
Black with #409D69
Text Example
Text Example
White with #409D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409D69; }
p { color: rgb(64,157,105); }
H1.HeaderClassName
{
color: #409D69;
}
.AnyTagClassName
{
color: #409D69;
}
</style>
background-color css
<style>
a { background-color: #409D69; }
a { background-color: rgb(64,157,105); }
div.DivClassName
{
background-color: #409D69;
}
.BgClassName
{
background-color: #409D69;
}
</style>
border-color css
<style>
span { border-color: #409D69; }
span { border-color: rgb(64,157,105); }
td.TdClassName
{
border-color: #409D69;
}
.TagClassName
{
border-color: #409D69;
}
</style>