Shades of Eucalyptus #409067
Tints of Eucalyptus #409067
RGB
CMYK
RGB Variations
Color information
#409067 (or 0x409067) is known color: Eucalyptus. HEX triplet: 40, 90 and 67. RGB value is (64,144,103). Sum of RGB (Red+Green+Blue) = 64+144+103=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #409067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409067 is #BF6F98. Grayscale: #737373. Windows color (decimal): -12545945 or 6787136. OLE color: 6787136.
HSL color Cylindrical-coordinate representation of color #409067: hue angle of 149.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409067 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 103 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.44 |
| HSL | 149.25º | 0.38% | 0.41% | - |
| HSV(B) | 149.25º | 0.56% | 0.56% | - |
| XYZ | 14.54 | 22.02 | 16.32 | - |
| YUV | 115.41 | 121 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 103 | 0.56 | 0 | 0.28 | 0.44 | 149.25 | 0.38 | 0.41 |
| Hex | 40 | 90 | 67 | 38 | 0 | 1C | 2C | 95 | 26 | 29 |
| Octal | 100 | 220 | 147 | 70 | 0 | 34 | 54 | 225 | 46 | 51 |
| Binary | 1000000 | 10010000 | 1100111 | 111000 | 0 | 11100 | 101100 | 10010101 | 100110 | 101001 |
Color Harmonies of #409067
Complementary color
Monochromatic Colors of #409067
Black with #409067
Text Example
Text Example
White with #409067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409067; }
p { color: rgb(64,144,103); }
H1.HeaderClassName
{
color: #409067;
}
.AnyTagClassName
{
color: #409067;
}
</style>
background-color css
<style>
a { background-color: #409067; }
a { background-color: rgb(64,144,103); }
div.DivClassName
{
background-color: #409067;
}
.BgClassName
{
background-color: #409067;
}
</style>
border-color css
<style>
span { border-color: #409067; }
span { border-color: rgb(64,144,103); }
td.TdClassName
{
border-color: #409067;
}
.TagClassName
{
border-color: #409067;
}
</style>