Shades of Eucalyptus #40996B
Tints of Eucalyptus #40996B
RGB
CMYK
RGB Variations
Color information
#40996B (or 0x40996B) is known color: Eucalyptus. HEX triplet: 40, 99 and 6B. RGB value is (64,153,107). Sum of RGB (Red+Green+Blue) = 64+153+107=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #40996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40996B is #BF6694. Grayscale: #797979. Windows color (decimal): -12543637 or 7051584. OLE color: 7051584.
HSL color Cylindrical-coordinate representation of color #40996B: hue angle of 148.99º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40996B is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 153 | 107 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.4 |
| HSL | 148.99º | 0.41% | 0.43% | - |
| HSV(B) | 148.99º | 0.58% | 0.6% | - |
| XYZ | 16.16 | 24.93 | 17.87 | - |
| YUV | 121.15 | 120.01 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 107 | 0.58 | 0 | 0.30 | 0.4 | 148.99 | 0.41 | 0.43 |
| Hex | 40 | 99 | 6B | 3A | 0 | 1E | 28 | 95 | 29 | 2B |
| Octal | 100 | 231 | 153 | 72 | 0 | 36 | 50 | 225 | 51 | 53 |
| Binary | 1000000 | 10011001 | 1101011 | 111010 | 0 | 11110 | 101000 | 10010101 | 101001 | 101011 |
Color Harmonies of #40996B
Complementary color
Monochromatic Colors of #40996B
Black with #40996B
Text Example
Text Example
White with #40996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40996B; }
p { color: rgb(64,153,107); }
H1.HeaderClassName
{
color: #40996B;
}
.AnyTagClassName
{
color: #40996B;
}
</style>
background-color css
<style>
a { background-color: #40996B; }
a { background-color: rgb(64,153,107); }
div.DivClassName
{
background-color: #40996B;
}
.BgClassName
{
background-color: #40996B;
}
</style>
border-color css
<style>
span { border-color: #40996B; }
span { border-color: rgb(64,153,107); }
td.TdClassName
{
border-color: #40996B;
}
.TagClassName
{
border-color: #40996B;
}
</style>