Shades of Eucalyptus #409462
Tints of Eucalyptus #409462
RGB
CMYK
RGB Variations
Color information
#409462 (or 0x409462) is known color: Eucalyptus. HEX triplet: 40, 94 and 62. RGB value is (64,148,98). Sum of RGB (Red+Green+Blue) = 64+148+98=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #409462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409462 is #BF6B9D. Grayscale: #757575. Windows color (decimal): -12544926 or 6460480. OLE color: 6460480.
HSL color Cylindrical-coordinate representation of color #409462: hue angle of 144.29º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409462 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 148 | 98 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.42 |
| HSL | 144.29º | 0.4% | 0.42% | - |
| HSV(B) | 144.29º | 0.57% | 0.58% | - |
| XYZ | 14.91 | 23.15 | 15.24 | - |
| YUV | 117.18 | 117.17 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 148 | 98 | 0.57 | 0 | 0.34 | 0.42 | 144.29 | 0.4 | 0.42 |
| Hex | 40 | 94 | 62 | 39 | 0 | 22 | 2A | 90 | 28 | 2A |
| Octal | 100 | 224 | 142 | 71 | 0 | 42 | 52 | 220 | 50 | 52 |
| Binary | 1000000 | 10010100 | 1100010 | 111001 | 0 | 100010 | 101010 | 10010000 | 101000 | 101010 |
Color Harmonies of #409462
Complementary color
Monochromatic Colors of #409462
Black with #409462
Text Example
Text Example
White with #409462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409462; }
p { color: rgb(64,148,98); }
H1.HeaderClassName
{
color: #409462;
}
.AnyTagClassName
{
color: #409462;
}
</style>
background-color css
<style>
a { background-color: #409462; }
a { background-color: rgb(64,148,98); }
div.DivClassName
{
background-color: #409462;
}
.BgClassName
{
background-color: #409462;
}
</style>
border-color css
<style>
span { border-color: #409462; }
span { border-color: rgb(64,148,98); }
td.TdClassName
{
border-color: #409462;
}
.TagClassName
{
border-color: #409462;
}
</style>