Shades of Palm Leaf #37512C
Tints of Palm Leaf #37512C
RGB
CMYK
RGB Variations
Color information
#37512C (or 0x37512C) is known color: Palm Leaf. HEX triplet: 37, 51 and 2C. RGB value is (55,81,44). Sum of RGB (Red+Green+Blue) = 55+81+44=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 81 - color contains mainly: green. Hex color #37512C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37512C is #C8AED3. Grayscale: #454545. Windows color (decimal): -13151956 or 2904375. OLE color: 2904375.
HSL color Cylindrical-coordinate representation of color #37512C: hue angle of 102.16º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #37512C is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 81 | 44 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.68 |
| HSL | 102.16º | 0.3% | 0.25% | - |
| HSV(B) | 102.16º | 0.46% | 0.32% | - |
| XYZ | 4.97 | 6.88 | 3.45 | - |
| YUV | 69.01 | 113.89 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 81 | 44 | 0.32 | 0 | 0.46 | 0.68 | 102.16 | 0.3 | 0.25 |
| Hex | 37 | 51 | 2C | 20 | 0 | 2E | 44 | 66 | 1E | 19 |
| Octal | 67 | 121 | 54 | 40 | 0 | 56 | 104 | 146 | 36 | 31 |
| Binary | 110111 | 1010001 | 101100 | 100000 | 0 | 101110 | 1000100 | 1100110 | 11110 | 11001 |
Color Harmonies of #37512C
Complementary color
Monochromatic Colors of #37512C
Black with #37512C
Text Example
Text Example
White with #37512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37512C; }
p { color: rgb(55,81,44); }
H1.HeaderClassName
{
color: #37512C;
}
.AnyTagClassName
{
color: #37512C;
}
</style>
background-color css
<style>
a { background-color: #37512C; }
a { background-color: rgb(55,81,44); }
div.DivClassName
{
background-color: #37512C;
}
.BgClassName
{
background-color: #37512C;
}
</style>
border-color css
<style>
span { border-color: #37512C; }
span { border-color: rgb(55,81,44); }
td.TdClassName
{
border-color: #37512C;
}
.TagClassName
{
border-color: #37512C;
}
</style>