Shades of Palm Leaf #373D35
Tints of Palm Leaf #373D35
RGB
CMYK
RGB Variations
Color information
#373D35 (or 0x373D35) is known color: Palm Leaf. HEX triplet: 37, 3D and 35. RGB value is (55,61,53). Sum of RGB (Red+Green+Blue) = 55+61+53=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 61 - color contains mainly: green. Hex color #373D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D35 is #C8C2CA. Grayscale: #3A3A3A. Windows color (decimal): -13157067 or 3489079. OLE color: 3489079.
HSL color Cylindrical-coordinate representation of color #373D35: hue angle of 105º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #373D35 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 61 | 53 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.76 |
| HSL | 105º | 0.07% | 0.22% | - |
| HSV(B) | 105º | 0.13% | 0.24% | - |
| XYZ | 3.89 | 4.41 | 4.01 | - |
| YUV | 58.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 53 | 0.10 | 0 | 0.13 | 0.76 | 105 | 0.07 | 0.22 |
| Hex | 37 | 3D | 35 | A | 0 | D | 4C | 69 | 7 | 16 |
| Octal | 67 | 75 | 65 | 12 | 0 | 15 | 114 | 151 | 7 | 26 |
| Binary | 110111 | 111101 | 110101 | 1010 | 0 | 1101 | 1001100 | 1101001 | 111 | 10110 |
Color Harmonies of #373D35
Complementary color
Monochromatic Colors of #373D35
Black with #373D35
Text Example
Text Example
White with #373D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D35; }
p { color: rgb(55,61,53); }
H1.HeaderClassName
{
color: #373D35;
}
.AnyTagClassName
{
color: #373D35;
}
</style>
background-color css
<style>
a { background-color: #373D35; }
a { background-color: rgb(55,61,53); }
div.DivClassName
{
background-color: #373D35;
}
.BgClassName
{
background-color: #373D35;
}
</style>
border-color css
<style>
span { border-color: #373D35; }
span { border-color: rgb(55,61,53); }
td.TdClassName
{
border-color: #373D35;
}
.TagClassName
{
border-color: #373D35;
}
</style>