Shades of Palm Leaf #404B3D
Tints of Palm Leaf #404B3D
RGB
CMYK
RGB Variations
Color information
#404B3D (or 0x404B3D) is known color: Palm Leaf. HEX triplet: 40, 4B and 3D. RGB value is (64,75,61). Sum of RGB (Red+Green+Blue) = 64+75+61=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 75 - color contains mainly: green. Hex color #404B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B3D is #BFB4C2. Grayscale: #464646. Windows color (decimal): -12563651 or 4016960. OLE color: 4016960.
HSL color Cylindrical-coordinate representation of color #404B3D: hue angle of 107.14º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #404B3D is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 61 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.71 |
| HSL | 107.14º | 0.1% | 0.27% | - |
| HSV(B) | 107.14º | 0.19% | 0.29% | - |
| XYZ | 5.47 | 6.46 | 5.37 | - |
| YUV | 70.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 61 | 0.15 | 0 | 0.19 | 0.71 | 107.14 | 0.1 | 0.27 |
| Hex | 40 | 4B | 3D | F | 0 | 13 | 47 | 6B | A | 1B |
| Octal | 100 | 113 | 75 | 17 | 0 | 23 | 107 | 153 | 12 | 33 |
| Binary | 1000000 | 1001011 | 111101 | 1111 | 0 | 10011 | 1000111 | 1101011 | 1010 | 11011 |
Color Harmonies of #404B3D
Complementary color
Monochromatic Colors of #404B3D
Black with #404B3D
Text Example
Text Example
White with #404B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B3D; }
p { color: rgb(64,75,61); }
H1.HeaderClassName
{
color: #404B3D;
}
.AnyTagClassName
{
color: #404B3D;
}
</style>
background-color css
<style>
a { background-color: #404B3D; }
a { background-color: rgb(64,75,61); }
div.DivClassName
{
background-color: #404B3D;
}
.BgClassName
{
background-color: #404B3D;
}
</style>
border-color css
<style>
span { border-color: #404B3D; }
span { border-color: rgb(64,75,61); }
td.TdClassName
{
border-color: #404B3D;
}
.TagClassName
{
border-color: #404B3D;
}
</style>