Shades of Palm Leaf #404B3B
Tints of Palm Leaf #404B3B
RGB
CMYK
RGB Variations
Color information
#404B3B (or 0x404B3B) is known color: Palm Leaf. HEX triplet: 40, 4B and 3B. RGB value is (64,75,59). Sum of RGB (Red+Green+Blue) = 64+75+59=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 75 - color contains mainly: green. Hex color #404B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B3B is #BFB4C4. Grayscale: #454545. Windows color (decimal): -12563653 or 3885888. OLE color: 3885888.
HSL color Cylindrical-coordinate representation of color #404B3B: hue angle of 101.25º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #404B3B is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 59 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.71 |
| HSL | 101.25º | 0.12% | 0.26% | - |
| HSV(B) | 101.25º | 0.21% | 0.29% | - |
| XYZ | 5.42 | 6.44 | 5.09 | - |
| YUV | 69.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 59 | 0.15 | 0 | 0.21 | 0.71 | 101.25 | 0.12 | 0.26 |
| Hex | 40 | 4B | 3B | F | 0 | 15 | 47 | 65 | C | 1A |
| Octal | 100 | 113 | 73 | 17 | 0 | 25 | 107 | 145 | 14 | 32 |
| Binary | 1000000 | 1001011 | 111011 | 1111 | 0 | 10101 | 1000111 | 1100101 | 1100 | 11010 |
Color Harmonies of #404B3B
Complementary color
Monochromatic Colors of #404B3B
Black with #404B3B
Text Example
Text Example
White with #404B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B3B; }
p { color: rgb(64,75,59); }
H1.HeaderClassName
{
color: #404B3B;
}
.AnyTagClassName
{
color: #404B3B;
}
</style>
background-color css
<style>
a { background-color: #404B3B; }
a { background-color: rgb(64,75,59); }
div.DivClassName
{
background-color: #404B3B;
}
.BgClassName
{
background-color: #404B3B;
}
</style>
border-color css
<style>
span { border-color: #404B3B; }
span { border-color: rgb(64,75,59); }
td.TdClassName
{
border-color: #404B3B;
}
.TagClassName
{
border-color: #404B3B;
}
</style>