Shades of Palm Leaf #40493D
Tints of Palm Leaf #40493D
RGB
CMYK
RGB Variations
Color information
#40493D (or 0x40493D) is known color: Palm Leaf. HEX triplet: 40, 49 and 3D. RGB value is (64,73,61). Sum of RGB (Red+Green+Blue) = 64+73+61=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 73 - color contains mainly: green. Hex color #40493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40493D is #BFB6C2. Grayscale: #444444. Windows color (decimal): -12564163 or 4016448. OLE color: 4016448.
HSL color Cylindrical-coordinate representation of color #40493D: hue angle of 105º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #40493D is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 73 | 61 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.71 |
| HSL | 105º | 0.09% | 0.26% | - |
| HSV(B) | 105º | 0.16% | 0.29% | - |
| XYZ | 5.34 | 6.19 | 5.33 | - |
| YUV | 68.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 61 | 0.12 | 0 | 0.16 | 0.71 | 105 | 0.09 | 0.26 |
| Hex | 40 | 49 | 3D | C | 0 | 10 | 47 | 69 | 9 | 1A |
| Octal | 100 | 111 | 75 | 14 | 0 | 20 | 107 | 151 | 11 | 32 |
| Binary | 1000000 | 1001001 | 111101 | 1100 | 0 | 10000 | 1000111 | 1101001 | 1001 | 11010 |
Color Harmonies of #40493D
Complementary color
Monochromatic Colors of #40493D
Black with #40493D
Text Example
Text Example
White with #40493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40493D; }
p { color: rgb(64,73,61); }
H1.HeaderClassName
{
color: #40493D;
}
.AnyTagClassName
{
color: #40493D;
}
</style>
background-color css
<style>
a { background-color: #40493D; }
a { background-color: rgb(64,73,61); }
div.DivClassName
{
background-color: #40493D;
}
.BgClassName
{
background-color: #40493D;
}
</style>
border-color css
<style>
span { border-color: #40493D; }
span { border-color: rgb(64,73,61); }
td.TdClassName
{
border-color: #40493D;
}
.TagClassName
{
border-color: #40493D;
}
</style>