Shades of Palm Leaf #374E2A
Tints of Palm Leaf #374E2A
RGB
CMYK
RGB Variations
Color information
#374E2A (or 0x374E2A) is known color: Palm Leaf. HEX triplet: 37, 4E and 2A. RGB value is (55,78,42). Sum of RGB (Red+Green+Blue) = 55+78+42=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 78 - color contains mainly: green. Hex color #374E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374E2A is #C8B1D5. Grayscale: #434343. Windows color (decimal): -13152726 or 2772535. OLE color: 2772535.
HSL color Cylindrical-coordinate representation of color #374E2A: hue angle of 98.33º 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 #374E2A is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 78 | 42 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.69 |
| HSL | 98.33º | 0.3% | 0.24% | - |
| HSV(B) | 98.33º | 0.46% | 0.31% | - |
| XYZ | 4.72 | 6.43 | 3.18 | - |
| YUV | 67.02 | 113.88 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 42 | 0.29 | 0 | 0.46 | 0.69 | 98.33 | 0.3 | 0.24 |
| Hex | 37 | 4E | 2A | 1D | 0 | 2E | 45 | 62 | 1E | 18 |
| Octal | 67 | 116 | 52 | 35 | 0 | 56 | 105 | 142 | 36 | 30 |
| Binary | 110111 | 1001110 | 101010 | 11101 | 0 | 101110 | 1000101 | 1100010 | 11110 | 11000 |
Color Harmonies of #374E2A
Complementary color
Monochromatic Colors of #374E2A
Black with #374E2A
Text Example
Text Example
White with #374E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374E2A; }
p { color: rgb(55,78,42); }
H1.HeaderClassName
{
color: #374E2A;
}
.AnyTagClassName
{
color: #374E2A;
}
</style>
background-color css
<style>
a { background-color: #374E2A; }
a { background-color: rgb(55,78,42); }
div.DivClassName
{
background-color: #374E2A;
}
.BgClassName
{
background-color: #374E2A;
}
</style>
border-color css
<style>
span { border-color: #374E2A; }
span { border-color: rgb(55,78,42); }
td.TdClassName
{
border-color: #374E2A;
}
.TagClassName
{
border-color: #374E2A;
}
</style>