Shades of Eucalyptus #409D6B
Tints of Eucalyptus #409D6B
RGB
CMYK
RGB Variations
Color information
#409D6B (or 0x409D6B) is known color: Eucalyptus. HEX triplet: 40, 9D and 6B. RGB value is (64,157,107). Sum of RGB (Red+Green+Blue) = 64+157+107=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #409D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409D6B is #BF6294. Grayscale: #7B7B7B. Windows color (decimal): -12542613 or 7052608. OLE color: 7052608.
HSL color Cylindrical-coordinate representation of color #409D6B: hue angle of 147.74º 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 #409D6B is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 157 | 107 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.38 |
| HSL | 147.74º | 0.42% | 0.43% | - |
| HSV(B) | 147.74º | 0.59% | 0.62% | - |
| XYZ | 16.83 | 26.27 | 18.09 | - |
| YUV | 123.49 | 118.69 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 107 | 0.59 | 0 | 0.32 | 0.38 | 147.74 | 0.42 | 0.43 |
| Hex | 40 | 9D | 6B | 3B | 0 | 20 | 26 | 94 | 2A | 2B |
| Octal | 100 | 235 | 153 | 73 | 0 | 40 | 46 | 224 | 52 | 53 |
| Binary | 1000000 | 10011101 | 1101011 | 111011 | 0 | 100000 | 100110 | 10010100 | 101010 | 101011 |
Color Harmonies of #409D6B
Complementary color
Monochromatic Colors of #409D6B
Black with #409D6B
Text Example
Text Example
White with #409D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409D6B; }
p { color: rgb(64,157,107); }
H1.HeaderClassName
{
color: #409D6B;
}
.AnyTagClassName
{
color: #409D6B;
}
</style>
background-color css
<style>
a { background-color: #409D6B; }
a { background-color: rgb(64,157,107); }
div.DivClassName
{
background-color: #409D6B;
}
.BgClassName
{
background-color: #409D6B;
}
</style>
border-color css
<style>
span { border-color: #409D6B; }
span { border-color: rgb(64,157,107); }
td.TdClassName
{
border-color: #409D6B;
}
.TagClassName
{
border-color: #409D6B;
}
</style>