Shades of Palm Leaf #37502B
Tints of Palm Leaf #37502B
RGB
CMYK
RGB Variations
Color information
#37502B (or 0x37502B) is known color: Palm Leaf. HEX triplet: 37, 50 and 2B. RGB value is (55,80,43). Sum of RGB (Red+Green+Blue) = 55+80+43=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #37502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37502B is #C8AFD4. Grayscale: #444444. Windows color (decimal): -13152213 or 2838583. OLE color: 2838583.
HSL color Cylindrical-coordinate representation of color #37502B: hue angle of 100.54º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #37502B is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 80 | 43 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.69 |
| HSL | 100.54º | 0.3% | 0.24% | - |
| HSV(B) | 100.54º | 0.46% | 0.31% | - |
| XYZ | 4.88 | 6.72 | 3.33 | - |
| YUV | 68.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 43 | 0.31 | 0 | 0.46 | 0.69 | 100.54 | 0.3 | 0.24 |
| Hex | 37 | 50 | 2B | 1F | 0 | 2E | 45 | 65 | 1E | 18 |
| Octal | 67 | 120 | 53 | 37 | 0 | 56 | 105 | 145 | 36 | 30 |
| Binary | 110111 | 1010000 | 101011 | 11111 | 0 | 101110 | 1000101 | 1100101 | 11110 | 11000 |
Color Harmonies of #37502B
Complementary color
Monochromatic Colors of #37502B
Black with #37502B
Text Example
Text Example
White with #37502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37502B; }
p { color: rgb(55,80,43); }
H1.HeaderClassName
{
color: #37502B;
}
.AnyTagClassName
{
color: #37502B;
}
</style>
background-color css
<style>
a { background-color: #37502B; }
a { background-color: rgb(55,80,43); }
div.DivClassName
{
background-color: #37502B;
}
.BgClassName
{
background-color: #37502B;
}
</style>
border-color css
<style>
span { border-color: #37502B; }
span { border-color: rgb(55,80,43); }
td.TdClassName
{
border-color: #37502B;
}
.TagClassName
{
border-color: #37502B;
}
</style>