Shades of Palm Leaf #40493E
Tints of Palm Leaf #40493E
RGB
CMYK
RGB Variations
Color information
#40493E (or 0x40493E) is known color: Palm Leaf. HEX triplet: 40, 49 and 3E. RGB value is (64,73,62). Sum of RGB (Red+Green+Blue) = 64+73+62=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 73 - color contains mainly: green. Hex color #40493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40493E is #BFB6C1. Grayscale: #454545. Windows color (decimal): -12564162 or 4081984. OLE color: 4081984.
HSL color Cylindrical-coordinate representation of color #40493E: hue angle of 109.09º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #40493E is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 73 | 62 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.71 |
| HSL | 109.09º | 0.08% | 0.26% | - |
| HSV(B) | 109.09º | 0.15% | 0.29% | - |
| XYZ | 5.37 | 6.2 | 5.47 | - |
| YUV | 69.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 62 | 0.12 | 0 | 0.15 | 0.71 | 109.09 | 0.08 | 0.26 |
| Hex | 40 | 49 | 3E | C | 0 | F | 47 | 6D | 8 | 1A |
| Octal | 100 | 111 | 76 | 14 | 0 | 17 | 107 | 155 | 10 | 32 |
| Binary | 1000000 | 1001001 | 111110 | 1100 | 0 | 1111 | 1000111 | 1101101 | 1000 | 11010 |
Color Harmonies of #40493E
Complementary color
Monochromatic Colors of #40493E
Black with #40493E
Text Example
Text Example
White with #40493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40493E; }
p { color: rgb(64,73,62); }
H1.HeaderClassName
{
color: #40493E;
}
.AnyTagClassName
{
color: #40493E;
}
</style>
background-color css
<style>
a { background-color: #40493E; }
a { background-color: rgb(64,73,62); }
div.DivClassName
{
background-color: #40493E;
}
.BgClassName
{
background-color: #40493E;
}
</style>
border-color css
<style>
span { border-color: #40493E; }
span { border-color: rgb(64,73,62); }
td.TdClassName
{
border-color: #40493E;
}
.TagClassName
{
border-color: #40493E;
}
</style>