Shades of Palm Leaf #384B2E
Tints of Palm Leaf #384B2E
RGB
CMYK
RGB Variations
Color information
#384B2E (or 0x384B2E) is known color: Palm Leaf. HEX triplet: 38, 4B and 2E. RGB value is (56,75,46). Sum of RGB (Red+Green+Blue) = 56+75+46=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 75 - color contains mainly: green. Hex color #384B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B2E is #C7B4D1. Grayscale: #424242. Windows color (decimal): -13087954 or 3033912. OLE color: 3033912.
HSL color Cylindrical-coordinate representation of color #384B2E: hue angle of 99.31º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #384B2E is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 46 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.71 |
| HSL | 99.31º | 0.24% | 0.24% | - |
| HSV(B) | 99.31º | 0.39% | 0.29% | - |
| XYZ | 4.64 | 6.07 | 3.51 | - |
| YUV | 66.01 | 116.71 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 46 | 0.25 | 0 | 0.39 | 0.71 | 99.31 | 0.24 | 0.24 |
| Hex | 38 | 4B | 2E | 19 | 0 | 27 | 47 | 63 | 18 | 18 |
| Octal | 70 | 113 | 56 | 31 | 0 | 47 | 107 | 143 | 30 | 30 |
| Binary | 111000 | 1001011 | 101110 | 11001 | 0 | 100111 | 1000111 | 1100011 | 11000 | 11000 |
Color Harmonies of #384B2E
Complementary color
Monochromatic Colors of #384B2E
Black with #384B2E
Text Example
Text Example
White with #384B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B2E; }
p { color: rgb(56,75,46); }
H1.HeaderClassName
{
color: #384B2E;
}
.AnyTagClassName
{
color: #384B2E;
}
</style>
background-color css
<style>
a { background-color: #384B2E; }
a { background-color: rgb(56,75,46); }
div.DivClassName
{
background-color: #384B2E;
}
.BgClassName
{
background-color: #384B2E;
}
</style>
border-color css
<style>
span { border-color: #384B2E; }
span { border-color: rgb(56,75,46); }
td.TdClassName
{
border-color: #384B2E;
}
.TagClassName
{
border-color: #384B2E;
}
</style>