Shades of Palm Leaf #404B3C
Tints of Palm Leaf #404B3C
RGB
CMYK
RGB Variations
Color information
#404B3C (or 0x404B3C) is known color: Palm Leaf. HEX triplet: 40, 4B and 3C. RGB value is (64,75,60). Sum of RGB (Red+Green+Blue) = 64+75+60=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 75 - color contains mainly: green. Hex color #404B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B3C is #BFB4C3. Grayscale: #464646. Windows color (decimal): -12563652 or 3951424. OLE color: 3951424.
HSL color Cylindrical-coordinate representation of color #404B3C: hue angle of 104º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #404B3C is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 60 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.71 |
| HSL | 104º | 0.11% | 0.26% | - |
| HSV(B) | 104º | 0.2% | 0.29% | - |
| XYZ | 5.45 | 6.45 | 5.23 | - |
| YUV | 70 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 60 | 0.15 | 0 | 0.20 | 0.71 | 104 | 0.11 | 0.26 |
| Hex | 40 | 4B | 3C | F | 0 | 14 | 47 | 68 | B | 1A |
| Octal | 100 | 113 | 74 | 17 | 0 | 24 | 107 | 150 | 13 | 32 |
| Binary | 1000000 | 1001011 | 111100 | 1111 | 0 | 10100 | 1000111 | 1101000 | 1011 | 11010 |
Color Harmonies of #404B3C
Complementary color
Monochromatic Colors of #404B3C
Black with #404B3C
Text Example
Text Example
White with #404B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B3C; }
p { color: rgb(64,75,60); }
H1.HeaderClassName
{
color: #404B3C;
}
.AnyTagClassName
{
color: #404B3C;
}
</style>
background-color css
<style>
a { background-color: #404B3C; }
a { background-color: rgb(64,75,60); }
div.DivClassName
{
background-color: #404B3C;
}
.BgClassName
{
background-color: #404B3C;
}
</style>
border-color css
<style>
span { border-color: #404B3C; }
span { border-color: rgb(64,75,60); }
td.TdClassName
{
border-color: #404B3C;
}
.TagClassName
{
border-color: #404B3C;
}
</style>