Shades of Eucalyptus #40956D
Tints of Eucalyptus #40956D
RGB
CMYK
RGB Variations
Color information
#40956D (or 0x40956D) is known color: Eucalyptus. HEX triplet: 40, 95 and 6D. RGB value is (64,149,109). Sum of RGB (Red+Green+Blue) = 64+149+109=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #40956D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40956D is #BF6A92. Grayscale: #777777. Windows color (decimal): -12544659 or 7181632. OLE color: 7181632.
HSL color Cylindrical-coordinate representation of color #40956D: hue angle of 151.76º 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 #40956D is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 109 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.42 |
| HSL | 151.76º | 0.4% | 0.42% | - |
| HSV(B) | 151.76º | 0.57% | 0.58% | - |
| XYZ | 15.62 | 23.69 | 18.22 | - |
| YUV | 119.03 | 122.34 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 109 | 0.57 | 0 | 0.27 | 0.42 | 151.76 | 0.4 | 0.42 |
| Hex | 40 | 95 | 6D | 39 | 0 | 1B | 2A | 98 | 28 | 2A |
| Octal | 100 | 225 | 155 | 71 | 0 | 33 | 52 | 230 | 50 | 52 |
| Binary | 1000000 | 10010101 | 1101101 | 111001 | 0 | 11011 | 101010 | 10011000 | 101000 | 101010 |
Color Harmonies of #40956D
Complementary color
Monochromatic Colors of #40956D
Black with #40956D
Text Example
Text Example
White with #40956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40956D; }
p { color: rgb(64,149,109); }
H1.HeaderClassName
{
color: #40956D;
}
.AnyTagClassName
{
color: #40956D;
}
</style>
background-color css
<style>
a { background-color: #40956D; }
a { background-color: rgb(64,149,109); }
div.DivClassName
{
background-color: #40956D;
}
.BgClassName
{
background-color: #40956D;
}
</style>
border-color css
<style>
span { border-color: #40956D; }
span { border-color: rgb(64,149,109); }
td.TdClassName
{
border-color: #40956D;
}
.TagClassName
{
border-color: #40956D;
}
</style>