Shades of Palm Leaf #384D2E
Tints of Palm Leaf #384D2E
RGB
CMYK
RGB Variations
Color information
#384D2E (or 0x384D2E) is known color: Palm Leaf. HEX triplet: 38, 4D and 2E. RGB value is (56,77,46). Sum of RGB (Red+Green+Blue) = 56+77+46=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 77 - color contains mainly: green. Hex color #384D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D2E is #C7B2D1. Grayscale: #434343. Windows color (decimal): -13087442 or 3034424. OLE color: 3034424.
HSL color Cylindrical-coordinate representation of color #384D2E: hue angle of 100.65º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #384D2E is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 77 | 46 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.70 |
| HSL | 100.65º | 0.25% | 0.24% | - |
| HSV(B) | 100.65º | 0.4% | 0.3% | - |
| XYZ | 4.78 | 6.35 | 3.56 | - |
| YUV | 67.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 46 | 0.27 | 0 | 0.40 | 0.70 | 100.65 | 0.25 | 0.24 |
| Hex | 38 | 4D | 2E | 1B | 0 | 28 | 46 | 65 | 19 | 18 |
| Octal | 70 | 115 | 56 | 33 | 0 | 50 | 106 | 145 | 31 | 30 |
| Binary | 111000 | 1001101 | 101110 | 11011 | 0 | 101000 | 1000110 | 1100101 | 11001 | 11000 |
Color Harmonies of #384D2E
Complementary color
Monochromatic Colors of #384D2E
Black with #384D2E
Text Example
Text Example
White with #384D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384D2E; }
p { color: rgb(56,77,46); }
H1.HeaderClassName
{
color: #384D2E;
}
.AnyTagClassName
{
color: #384D2E;
}
</style>
background-color css
<style>
a { background-color: #384D2E; }
a { background-color: rgb(56,77,46); }
div.DivClassName
{
background-color: #384D2E;
}
.BgClassName
{
background-color: #384D2E;
}
</style>
border-color css
<style>
span { border-color: #384D2E; }
span { border-color: rgb(56,77,46); }
td.TdClassName
{
border-color: #384D2E;
}
.TagClassName
{
border-color: #384D2E;
}
</style>