Shades of Eucalyptus #409E6A
Tints of Eucalyptus #409E6A
RGB
CMYK
RGB Variations
Color information
#409E6A (or 0x409E6A) is known color: Eucalyptus. HEX triplet: 40, 9E and 6A. RGB value is (64,158,106). Sum of RGB (Red+Green+Blue) = 64+158+106=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 158 (62.11% from 255 or 48.17% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 158 - color contains mainly: green. Hex color #409E6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409E6A is #BF6195. Grayscale: #7C7C7C. Windows color (decimal): -12542358 or 6987328. OLE color: 6987328.
HSL color Cylindrical-coordinate representation of color #409E6A: hue angle of 146.81º 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 #409E6A is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 158 | 106 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.38 |
| HSL | 146.81º | 0.42% | 0.44% | - |
| HSV(B) | 146.81º | 0.59% | 0.62% | - |
| XYZ | 16.94 | 26.58 | 17.87 | - |
| YUV | 123.97 | 117.86 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 106 | 0.59 | 0 | 0.33 | 0.38 | 146.81 | 0.42 | 0.44 |
| Hex | 40 | 9E | 6A | 3B | 0 | 21 | 26 | 93 | 2A | 2C |
| Octal | 100 | 236 | 152 | 73 | 0 | 41 | 46 | 223 | 52 | 54 |
| Binary | 1000000 | 10011110 | 1101010 | 111011 | 0 | 100001 | 100110 | 10010011 | 101010 | 101100 |
Color Harmonies of #409E6A
Complementary color
Monochromatic Colors of #409E6A
Black with #409E6A
Text Example
Text Example
White with #409E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409E6A; }
p { color: rgb(64,158,106); }
H1.HeaderClassName
{
color: #409E6A;
}
.AnyTagClassName
{
color: #409E6A;
}
</style>
background-color css
<style>
a { background-color: #409E6A; }
a { background-color: rgb(64,158,106); }
div.DivClassName
{
background-color: #409E6A;
}
.BgClassName
{
background-color: #409E6A;
}
</style>
border-color css
<style>
span { border-color: #409E6A; }
span { border-color: rgb(64,158,106); }
td.TdClassName
{
border-color: #409E6A;
}
.TagClassName
{
border-color: #409E6A;
}
</style>