Shades of Palm Leaf #37472E
Tints of Palm Leaf #37472E
RGB
CMYK
RGB Variations
Color information
#37472E (or 0x37472E) is known color: Palm Leaf. HEX triplet: 37, 47 and 2E. RGB value is (55,71,46). Sum of RGB (Red+Green+Blue) = 55+71+46=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #37472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37472E is #C8B8D1. Grayscale: #3F3F3F. Windows color (decimal): -13154514 or 3032887. OLE color: 3032887.
HSL color Cylindrical-coordinate representation of color #37472E: hue angle of 98.4º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #37472E is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 71 | 46 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.72 |
| HSL | 98.4º | 0.21% | 0.23% | - |
| HSV(B) | 98.4º | 0.35% | 0.28% | - |
| XYZ | 4.32 | 5.52 | 3.42 | - |
| YUV | 63.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 71 | 46 | 0.23 | 0 | 0.35 | 0.72 | 98.4 | 0.21 | 0.23 |
| Hex | 37 | 47 | 2E | 17 | 0 | 23 | 48 | 62 | 15 | 17 |
| Octal | 67 | 107 | 56 | 27 | 0 | 43 | 110 | 142 | 25 | 27 |
| Binary | 110111 | 1000111 | 101110 | 10111 | 0 | 100011 | 1001000 | 1100010 | 10101 | 10111 |
Color Harmonies of #37472E
Complementary color
Monochromatic Colors of #37472E
Black with #37472E
Text Example
Text Example
White with #37472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37472E; }
p { color: rgb(55,71,46); }
H1.HeaderClassName
{
color: #37472E;
}
.AnyTagClassName
{
color: #37472E;
}
</style>
background-color css
<style>
a { background-color: #37472E; }
a { background-color: rgb(55,71,46); }
div.DivClassName
{
background-color: #37472E;
}
.BgClassName
{
background-color: #37472E;
}
</style>
border-color css
<style>
span { border-color: #37472E; }
span { border-color: rgb(55,71,46); }
td.TdClassName
{
border-color: #37472E;
}
.TagClassName
{
border-color: #37472E;
}
</style>