Shades of Palm Leaf #414D3B
Tints of Palm Leaf #414D3B
RGB
CMYK
RGB Variations
Color information
#414D3B (or 0x414D3B) is known color: Palm Leaf. HEX triplet: 41, 4D and 3B. RGB value is (65,77,59). Sum of RGB (Red+Green+Blue) = 65+77+59=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 77 - color contains mainly: green. Hex color #414D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D3B is #BEB2C4. Grayscale: #474747. Windows color (decimal): -12497605 or 3886401. OLE color: 3886401.
HSL color Cylindrical-coordinate representation of color #414D3B: hue angle of 100º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #414D3B is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 77 | 59 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.70 |
| HSL | 100º | 0.13% | 0.27% | - |
| HSV(B) | 100º | 0.23% | 0.3% | - |
| XYZ | 5.62 | 6.75 | 5.14 | - |
| YUV | 71.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 59 | 0.16 | 0 | 0.23 | 0.70 | 100 | 0.13 | 0.27 |
| Hex | 41 | 4D | 3B | 10 | 0 | 17 | 46 | 64 | D | 1B |
| Octal | 101 | 115 | 73 | 20 | 0 | 27 | 106 | 144 | 15 | 33 |
| Binary | 1000001 | 1001101 | 111011 | 10000 | 0 | 10111 | 1000110 | 1100100 | 1101 | 11011 |
Color Harmonies of #414D3B
Complementary color
Monochromatic Colors of #414D3B
Black with #414D3B
Text Example
Text Example
White with #414D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D3B; }
p { color: rgb(65,77,59); }
H1.HeaderClassName
{
color: #414D3B;
}
.AnyTagClassName
{
color: #414D3B;
}
</style>
background-color css
<style>
a { background-color: #414D3B; }
a { background-color: rgb(65,77,59); }
div.DivClassName
{
background-color: #414D3B;
}
.BgClassName
{
background-color: #414D3B;
}
</style>
border-color css
<style>
span { border-color: #414D3B; }
span { border-color: rgb(65,77,59); }
td.TdClassName
{
border-color: #414D3B;
}
.TagClassName
{
border-color: #414D3B;
}
</style>