Shades of Palm Leaf #41513C
Tints of Palm Leaf #41513C
RGB
CMYK
RGB Variations
Color information
#41513C (or 0x41513C) is known color: Palm Leaf. HEX triplet: 41, 51 and 3C. RGB value is (65,81,60). Sum of RGB (Red+Green+Blue) = 65+81+60=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 81 - color contains mainly: green. Hex color #41513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41513C is #BEAEC3. Grayscale: #494949. Windows color (decimal): -12496580 or 3952961. OLE color: 3952961.
HSL color Cylindrical-coordinate representation of color #41513C: hue angle of 105.71º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #41513C is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 81 | 60 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.68 |
| HSL | 105.71º | 0.15% | 0.28% | - |
| HSV(B) | 105.71º | 0.26% | 0.32% | - |
| XYZ | 5.94 | 7.33 | 5.38 | - |
| YUV | 73.82 | 120.2 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 60 | 0.20 | 0 | 0.26 | 0.68 | 105.71 | 0.15 | 0.28 |
| Hex | 41 | 51 | 3C | 14 | 0 | 1A | 44 | 6A | F | 1C |
| Octal | 101 | 121 | 74 | 24 | 0 | 32 | 104 | 152 | 17 | 34 |
| Binary | 1000001 | 1010001 | 111100 | 10100 | 0 | 11010 | 1000100 | 1101010 | 1111 | 11100 |
Color Harmonies of #41513C
Complementary color
Monochromatic Colors of #41513C
Black with #41513C
Text Example
Text Example
White with #41513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41513C; }
p { color: rgb(65,81,60); }
H1.HeaderClassName
{
color: #41513C;
}
.AnyTagClassName
{
color: #41513C;
}
</style>
background-color css
<style>
a { background-color: #41513C; }
a { background-color: rgb(65,81,60); }
div.DivClassName
{
background-color: #41513C;
}
.BgClassName
{
background-color: #41513C;
}
</style>
border-color css
<style>
span { border-color: #41513C; }
span { border-color: rgb(65,81,60); }
td.TdClassName
{
border-color: #41513C;
}
.TagClassName
{
border-color: #41513C;
}
</style>