Shades of Palm Leaf #374D32
Tints of Palm Leaf #374D32
RGB
CMYK
RGB Variations
Color information
#374D32 (or 0x374D32) is known color: Palm Leaf. HEX triplet: 37, 4D and 32. RGB value is (55,77,50). Sum of RGB (Red+Green+Blue) = 55+77+50=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 77 - color contains mainly: green. Hex color #374D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374D32 is #C8B2CD. Grayscale: #434343. Windows color (decimal): -13152974 or 3296567. OLE color: 3296567.
HSL color Cylindrical-coordinate representation of color #374D32: hue angle of 108.89º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #374D32 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 77 | 50 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.70 |
| HSL | 108.89º | 0.21% | 0.25% | - |
| HSV(B) | 108.89º | 0.35% | 0.3% | - |
| XYZ | 4.81 | 6.35 | 3.99 | - |
| YUV | 67.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 50 | 0.29 | 0 | 0.35 | 0.70 | 108.89 | 0.21 | 0.25 |
| Hex | 37 | 4D | 32 | 1D | 0 | 23 | 46 | 6D | 15 | 19 |
| Octal | 67 | 115 | 62 | 35 | 0 | 43 | 106 | 155 | 25 | 31 |
| Binary | 110111 | 1001101 | 110010 | 11101 | 0 | 100011 | 1000110 | 1101101 | 10101 | 11001 |
Color Harmonies of #374D32
Complementary color
Monochromatic Colors of #374D32
Black with #374D32
Text Example
Text Example
White with #374D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374D32; }
p { color: rgb(55,77,50); }
H1.HeaderClassName
{
color: #374D32;
}
.AnyTagClassName
{
color: #374D32;
}
</style>
background-color css
<style>
a { background-color: #374D32; }
a { background-color: rgb(55,77,50); }
div.DivClassName
{
background-color: #374D32;
}
.BgClassName
{
background-color: #374D32;
}
</style>
border-color css
<style>
span { border-color: #374D32; }
span { border-color: rgb(55,77,50); }
td.TdClassName
{
border-color: #374D32;
}
.TagClassName
{
border-color: #374D32;
}
</style>