Shades of Eucalyptus #40956C
Tints of Eucalyptus #40956C
RGB
CMYK
RGB Variations
Color information
#40956C (or 0x40956C) is known color: Eucalyptus. HEX triplet: 40, 95 and 6C. RGB value is (64,149,108). Sum of RGB (Red+Green+Blue) = 64+149+108=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #40956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40956C is #BF6A93. Grayscale: #767676. Windows color (decimal): -12544660 or 7116096. OLE color: 7116096.
HSL color Cylindrical-coordinate representation of color #40956C: hue angle of 151.06º 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 #40956C is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 108 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.42 |
| HSL | 151.06º | 0.4% | 0.42% | - |
| HSV(B) | 151.06º | 0.57% | 0.58% | - |
| XYZ | 15.57 | 23.67 | 17.94 | - |
| YUV | 118.91 | 121.84 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 108 | 0.57 | 0 | 0.28 | 0.42 | 151.06 | 0.4 | 0.42 |
| Hex | 40 | 95 | 6C | 39 | 0 | 1C | 2A | 97 | 28 | 2A |
| Octal | 100 | 225 | 154 | 71 | 0 | 34 | 52 | 227 | 50 | 52 |
| Binary | 1000000 | 10010101 | 1101100 | 111001 | 0 | 11100 | 101010 | 10010111 | 101000 | 101010 |
Color Harmonies of #40956C
Complementary color
Monochromatic Colors of #40956C
Black with #40956C
Text Example
Text Example
White with #40956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40956C; }
p { color: rgb(64,149,108); }
H1.HeaderClassName
{
color: #40956C;
}
.AnyTagClassName
{
color: #40956C;
}
</style>
background-color css
<style>
a { background-color: #40956C; }
a { background-color: rgb(64,149,108); }
div.DivClassName
{
background-color: #40956C;
}
.BgClassName
{
background-color: #40956C;
}
</style>
border-color css
<style>
span { border-color: #40956C; }
span { border-color: rgb(64,149,108); }
td.TdClassName
{
border-color: #40956C;
}
.TagClassName
{
border-color: #40956C;
}
</style>