Shades of Palm Leaf #37532C
Tints of Palm Leaf #37532C
RGB
CMYK
RGB Variations
Color information
#37532C (or 0x37532C) is known color: Palm Leaf. HEX triplet: 37, 53 and 2C. RGB value is (55,83,44). Sum of RGB (Red+Green+Blue) = 55+83+44=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #37532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37532C is #C8ACD3. Grayscale: #464646. Windows color (decimal): -13151444 or 2904887. OLE color: 2904887.
HSL color Cylindrical-coordinate representation of color #37532C: hue angle of 103.08º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #37532C is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 83 | 44 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.67 |
| HSL | 103.08º | 0.31% | 0.25% | - |
| HSV(B) | 103.08º | 0.47% | 0.33% | - |
| XYZ | 5.12 | 7.18 | 3.5 | - |
| YUV | 70.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 44 | 0.34 | 0 | 0.47 | 0.67 | 103.08 | 0.31 | 0.25 |
| Hex | 37 | 53 | 2C | 22 | 0 | 2F | 43 | 67 | 1F | 19 |
| Octal | 67 | 123 | 54 | 42 | 0 | 57 | 103 | 147 | 37 | 31 |
| Binary | 110111 | 1010011 | 101100 | 100010 | 0 | 101111 | 1000011 | 1100111 | 11111 | 11001 |
Color Harmonies of #37532C
Complementary color
Monochromatic Colors of #37532C
Black with #37532C
Text Example
Text Example
White with #37532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37532C; }
p { color: rgb(55,83,44); }
H1.HeaderClassName
{
color: #37532C;
}
.AnyTagClassName
{
color: #37532C;
}
</style>
background-color css
<style>
a { background-color: #37532C; }
a { background-color: rgb(55,83,44); }
div.DivClassName
{
background-color: #37532C;
}
.BgClassName
{
background-color: #37532C;
}
</style>
border-color css
<style>
span { border-color: #37532C; }
span { border-color: rgb(55,83,44); }
td.TdClassName
{
border-color: #37532C;
}
.TagClassName
{
border-color: #37532C;
}
</style>