Shades of Palm Leaf #37542E
Tints of Palm Leaf #37542E
RGB
CMYK
RGB Variations
Color information
#37542E (or 0x37542E) is known color: Palm Leaf. HEX triplet: 37, 54 and 2E. RGB value is (55,84,46). Sum of RGB (Red+Green+Blue) = 55+84+46=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #37542E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37542E is #C8ABD1. Grayscale: #474747. Windows color (decimal): -13151186 or 3036215. OLE color: 3036215.
HSL color Cylindrical-coordinate representation of color #37542E: hue angle of 105.79º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #37542E is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 84 | 46 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.67 |
| HSL | 105.79º | 0.29% | 0.25% | - |
| HSV(B) | 105.79º | 0.45% | 0.33% | - |
| XYZ | 5.24 | 7.35 | 3.73 | - |
| YUV | 71 | 113.89 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 84 | 46 | 0.35 | 0 | 0.45 | 0.67 | 105.79 | 0.29 | 0.25 |
| Hex | 37 | 54 | 2E | 23 | 0 | 2D | 43 | 6A | 1D | 19 |
| Octal | 67 | 124 | 56 | 43 | 0 | 55 | 103 | 152 | 35 | 31 |
| Binary | 110111 | 1010100 | 101110 | 100011 | 0 | 101101 | 1000011 | 1101010 | 11101 | 11001 |
Color Harmonies of #37542E
Complementary color
Monochromatic Colors of #37542E
Black with #37542E
Text Example
Text Example
White with #37542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37542E; }
p { color: rgb(55,84,46); }
H1.HeaderClassName
{
color: #37542E;
}
.AnyTagClassName
{
color: #37542E;
}
</style>
background-color css
<style>
a { background-color: #37542E; }
a { background-color: rgb(55,84,46); }
div.DivClassName
{
background-color: #37542E;
}
.BgClassName
{
background-color: #37542E;
}
</style>
border-color css
<style>
span { border-color: #37542E; }
span { border-color: rgb(55,84,46); }
td.TdClassName
{
border-color: #37542E;
}
.TagClassName
{
border-color: #37542E;
}
</style>