Shades of Palm Leaf #42513C
Tints of Palm Leaf #42513C
RGB
CMYK
RGB Variations
Color information
#42513C (or 0x42513C) is known color: Palm Leaf. HEX triplet: 42, 51 and 3C. RGB value is (66,81,60). Sum of RGB (Red+Green+Blue) = 66+81+60=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 81 - color contains mainly: green. Hex color #42513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42513C is #BDAEC3. Grayscale: #4A4A4A. Windows color (decimal): -12431044 or 3952962. OLE color: 3952962.
HSL color Cylindrical-coordinate representation of color #42513C: hue angle of 102.86º 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 #42513C is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 81 | 60 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.68 |
| HSL | 102.86º | 0.15% | 0.28% | - |
| HSV(B) | 102.86º | 0.26% | 0.32% | - |
| XYZ | 6 | 7.37 | 5.38 | - |
| YUV | 74.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 81 | 60 | 0.19 | 0 | 0.26 | 0.68 | 102.86 | 0.15 | 0.28 |
| Hex | 42 | 51 | 3C | 13 | 0 | 1A | 44 | 67 | F | 1C |
| Octal | 102 | 121 | 74 | 23 | 0 | 32 | 104 | 147 | 17 | 34 |
| Binary | 1000010 | 1010001 | 111100 | 10011 | 0 | 11010 | 1000100 | 1100111 | 1111 | 11100 |
Color Harmonies of #42513C
Complementary color
Monochromatic Colors of #42513C
Black with #42513C
Text Example
Text Example
White with #42513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42513C; }
p { color: rgb(66,81,60); }
H1.HeaderClassName
{
color: #42513C;
}
.AnyTagClassName
{
color: #42513C;
}
</style>
background-color css
<style>
a { background-color: #42513C; }
a { background-color: rgb(66,81,60); }
div.DivClassName
{
background-color: #42513C;
}
.BgClassName
{
background-color: #42513C;
}
</style>
border-color css
<style>
span { border-color: #42513C; }
span { border-color: rgb(66,81,60); }
td.TdClassName
{
border-color: #42513C;
}
.TagClassName
{
border-color: #42513C;
}
</style>