Shades of Eucalyptus #409B65
Tints of Eucalyptus #409B65
RGB
CMYK
RGB Variations
Color information
#409B65 (or 0x409B65) is known color: Eucalyptus. HEX triplet: 40, 9B and 65. RGB value is (64,155,101). Sum of RGB (Red+Green+Blue) = 64+155+101=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #409B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409B65 is #BF649A. Grayscale: #797979. Windows color (decimal): -12543131 or 6658880. OLE color: 6658880.
HSL color Cylindrical-coordinate representation of color #409B65: hue angle of 144.4º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409B65 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 155 | 101 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.39 |
| HSL | 144.4º | 0.42% | 0.43% | - |
| HSV(B) | 144.4º | 0.59% | 0.61% | - |
| XYZ | 16.18 | 25.47 | 16.38 | - |
| YUV | 121.64 | 116.35 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 101 | 0.59 | 0 | 0.35 | 0.39 | 144.4 | 0.42 | 0.43 |
| Hex | 40 | 9B | 65 | 3B | 0 | 23 | 27 | 90 | 2A | 2B |
| Octal | 100 | 233 | 145 | 73 | 0 | 43 | 47 | 220 | 52 | 53 |
| Binary | 1000000 | 10011011 | 1100101 | 111011 | 0 | 100011 | 100111 | 10010000 | 101010 | 101011 |
Color Harmonies of #409B65
Complementary color
Monochromatic Colors of #409B65
Black with #409B65
Text Example
Text Example
White with #409B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409B65; }
p { color: rgb(64,155,101); }
H1.HeaderClassName
{
color: #409B65;
}
.AnyTagClassName
{
color: #409B65;
}
</style>
background-color css
<style>
a { background-color: #409B65; }
a { background-color: rgb(64,155,101); }
div.DivClassName
{
background-color: #409B65;
}
.BgClassName
{
background-color: #409B65;
}
</style>
border-color css
<style>
span { border-color: #409B65; }
span { border-color: rgb(64,155,101); }
td.TdClassName
{
border-color: #409B65;
}
.TagClassName
{
border-color: #409B65;
}
</style>