Shades of Palm Leaf #40493C
Tints of Palm Leaf #40493C
RGB
CMYK
RGB Variations
Color information
#40493C (or 0x40493C) is known color: Palm Leaf. HEX triplet: 40, 49 and 3C. RGB value is (64,73,60). Sum of RGB (Red+Green+Blue) = 64+73+60=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 73 - color contains mainly: green. Hex color #40493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40493C is #BFB6C3. Grayscale: #444444. Windows color (decimal): -12564164 or 3950912. OLE color: 3950912.
HSL color Cylindrical-coordinate representation of color #40493C: hue angle of 101.54º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #40493C is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 73 | 60 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.71 |
| HSL | 101.54º | 0.1% | 0.26% | - |
| HSV(B) | 101.54º | 0.18% | 0.29% | - |
| XYZ | 5.31 | 6.18 | 5.19 | - |
| YUV | 68.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 60 | 0.12 | 0 | 0.18 | 0.71 | 101.54 | 0.1 | 0.26 |
| Hex | 40 | 49 | 3C | C | 0 | 12 | 47 | 66 | A | 1A |
| Octal | 100 | 111 | 74 | 14 | 0 | 22 | 107 | 146 | 12 | 32 |
| Binary | 1000000 | 1001001 | 111100 | 1100 | 0 | 10010 | 1000111 | 1100110 | 1010 | 11010 |
Color Harmonies of #40493C
Complementary color
Monochromatic Colors of #40493C
Black with #40493C
Text Example
Text Example
White with #40493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40493C; }
p { color: rgb(64,73,60); }
H1.HeaderClassName
{
color: #40493C;
}
.AnyTagClassName
{
color: #40493C;
}
</style>
background-color css
<style>
a { background-color: #40493C; }
a { background-color: rgb(64,73,60); }
div.DivClassName
{
background-color: #40493C;
}
.BgClassName
{
background-color: #40493C;
}
</style>
border-color css
<style>
span { border-color: #40493C; }
span { border-color: rgb(64,73,60); }
td.TdClassName
{
border-color: #40493C;
}
.TagClassName
{
border-color: #40493C;
}
</style>