Shades of Eucalyptus #40946D
Tints of Eucalyptus #40946D
RGB
CMYK
RGB Variations
Color information
#40946D (or 0x40946D) is known color: Eucalyptus. HEX triplet: 40, 94 and 6D. RGB value is (64,148,109). Sum of RGB (Red+Green+Blue) = 64+148+109=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #40946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40946D is #BF6B92. Grayscale: #767676. Windows color (decimal): -12544915 or 7181376. OLE color: 7181376.
HSL color Cylindrical-coordinate representation of color #40946D: hue angle of 152.14º 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 #40946D is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 148 | 109 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.42 |
| HSL | 152.14º | 0.4% | 0.42% | - |
| HSV(B) | 152.14º | 0.57% | 0.58% | - |
| XYZ | 15.46 | 23.37 | 18.16 | - |
| YUV | 118.44 | 122.67 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 148 | 109 | 0.57 | 0 | 0.26 | 0.42 | 152.14 | 0.4 | 0.42 |
| Hex | 40 | 94 | 6D | 39 | 0 | 1A | 2A | 98 | 28 | 2A |
| Octal | 100 | 224 | 155 | 71 | 0 | 32 | 52 | 230 | 50 | 52 |
| Binary | 1000000 | 10010100 | 1101101 | 111001 | 0 | 11010 | 101010 | 10011000 | 101000 | 101010 |
Color Harmonies of #40946D
Complementary color
Monochromatic Colors of #40946D
Black with #40946D
Text Example
Text Example
White with #40946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40946D; }
p { color: rgb(64,148,109); }
H1.HeaderClassName
{
color: #40946D;
}
.AnyTagClassName
{
color: #40946D;
}
</style>
background-color css
<style>
a { background-color: #40946D; }
a { background-color: rgb(64,148,109); }
div.DivClassName
{
background-color: #40946D;
}
.BgClassName
{
background-color: #40946D;
}
</style>
border-color css
<style>
span { border-color: #40946D; }
span { border-color: rgb(64,148,109); }
td.TdClassName
{
border-color: #40946D;
}
.TagClassName
{
border-color: #40946D;
}
</style>