Shades of Eucalyptus #409665
Tints of Eucalyptus #409665
RGB
CMYK
RGB Variations
Color information
#409665 (or 0x409665) is known color: Eucalyptus. HEX triplet: 40, 96 and 65. RGB value is (64,150,101). Sum of RGB (Red+Green+Blue) = 64+150+101=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #409665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409665 is #BF699A. Grayscale: #767676. Windows color (decimal): -12544411 or 6657600. OLE color: 6657600.
HSL color Cylindrical-coordinate representation of color #409665: hue angle of 145.81º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409665 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 150 | 101 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.41 |
| HSL | 145.81º | 0.4% | 0.42% | - |
| HSV(B) | 145.81º | 0.57% | 0.59% | - |
| XYZ | 15.37 | 23.84 | 16.1 | - |
| YUV | 118.7 | 118.01 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 150 | 101 | 0.57 | 0 | 0.33 | 0.41 | 145.81 | 0.4 | 0.42 |
| Hex | 40 | 96 | 65 | 39 | 0 | 21 | 29 | 92 | 28 | 2A |
| Octal | 100 | 226 | 145 | 71 | 0 | 41 | 51 | 222 | 50 | 52 |
| Binary | 1000000 | 10010110 | 1100101 | 111001 | 0 | 100001 | 101001 | 10010010 | 101000 | 101010 |
Color Harmonies of #409665
Complementary color
Monochromatic Colors of #409665
Black with #409665
Text Example
Text Example
White with #409665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409665; }
p { color: rgb(64,150,101); }
H1.HeaderClassName
{
color: #409665;
}
.AnyTagClassName
{
color: #409665;
}
</style>
background-color css
<style>
a { background-color: #409665; }
a { background-color: rgb(64,150,101); }
div.DivClassName
{
background-color: #409665;
}
.BgClassName
{
background-color: #409665;
}
</style>
border-color css
<style>
span { border-color: #409665; }
span { border-color: rgb(64,150,101); }
td.TdClassName
{
border-color: #409665;
}
.TagClassName
{
border-color: #409665;
}
</style>