Shades of Palm Leaf #374934
Tints of Palm Leaf #374934
RGB
CMYK
RGB Variations
Color information
#374934 (or 0x374934) is known color: Palm Leaf. HEX triplet: 37, 49 and 34. RGB value is (55,73,52). Sum of RGB (Red+Green+Blue) = 55+73+52=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 73 - color contains mainly: green. Hex color #374934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374934 is #C8B6CB. Grayscale: #414141. Windows color (decimal): -13153996 or 3426615. OLE color: 3426615.
HSL color Cylindrical-coordinate representation of color #374934: hue angle of 111.43º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #374934 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 73 | 52 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.71 |
| HSL | 111.43º | 0.17% | 0.25% | - |
| HSV(B) | 111.43º | 0.29% | 0.29% | - |
| XYZ | 4.58 | 5.83 | 4.13 | - |
| YUV | 65.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 52 | 0.25 | 0 | 0.29 | 0.71 | 111.43 | 0.17 | 0.25 |
| Hex | 37 | 49 | 34 | 19 | 0 | 1D | 47 | 6F | 11 | 19 |
| Octal | 67 | 111 | 64 | 31 | 0 | 35 | 107 | 157 | 21 | 31 |
| Binary | 110111 | 1001001 | 110100 | 11001 | 0 | 11101 | 1000111 | 1101111 | 10001 | 11001 |
Color Harmonies of #374934
Complementary color
Monochromatic Colors of #374934
Black with #374934
Text Example
Text Example
White with #374934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374934; }
p { color: rgb(55,73,52); }
H1.HeaderClassName
{
color: #374934;
}
.AnyTagClassName
{
color: #374934;
}
</style>
background-color css
<style>
a { background-color: #374934; }
a { background-color: rgb(55,73,52); }
div.DivClassName
{
background-color: #374934;
}
.BgClassName
{
background-color: #374934;
}
</style>
border-color css
<style>
span { border-color: #374934; }
span { border-color: rgb(55,73,52); }
td.TdClassName
{
border-color: #374934;
}
.TagClassName
{
border-color: #374934;
}
</style>