Shades of Palm Leaf #373E34
Tints of Palm Leaf #373E34
RGB
CMYK
RGB Variations
Color information
#373E34 (or 0x373E34) is known color: Palm Leaf. HEX triplet: 37, 3E and 34. RGB value is (55,62,52). Sum of RGB (Red+Green+Blue) = 55+62+52=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 62 - color contains mainly: green. Hex color #373E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373E34 is #C8C1CB. Grayscale: #3A3A3A. Windows color (decimal): -13156812 or 3423799. OLE color: 3423799.
HSL color Cylindrical-coordinate representation of color #373E34: hue angle of 102º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #373E34 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 62 | 52 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.76 |
| HSL | 102º | 0.09% | 0.22% | - |
| HSV(B) | 102º | 0.16% | 0.24% | - |
| XYZ | 3.92 | 4.51 | 3.91 | - |
| YUV | 58.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 52 | 0.11 | 0 | 0.16 | 0.76 | 102 | 0.09 | 0.22 |
| Hex | 37 | 3E | 34 | B | 0 | 10 | 4C | 66 | 9 | 16 |
| Octal | 67 | 76 | 64 | 13 | 0 | 20 | 114 | 146 | 11 | 26 |
| Binary | 110111 | 111110 | 110100 | 1011 | 0 | 10000 | 1001100 | 1100110 | 1001 | 10110 |
Color Harmonies of #373E34
Complementary color
Monochromatic Colors of #373E34
Black with #373E34
Text Example
Text Example
White with #373E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373E34; }
p { color: rgb(55,62,52); }
H1.HeaderClassName
{
color: #373E34;
}
.AnyTagClassName
{
color: #373E34;
}
</style>
background-color css
<style>
a { background-color: #373E34; }
a { background-color: rgb(55,62,52); }
div.DivClassName
{
background-color: #373E34;
}
.BgClassName
{
background-color: #373E34;
}
</style>
border-color css
<style>
span { border-color: #373E34; }
span { border-color: rgb(55,62,52); }
td.TdClassName
{
border-color: #373E34;
}
.TagClassName
{
border-color: #373E34;
}
</style>