Shades of Palm Leaf #384B36
Tints of Palm Leaf #384B36
RGB
CMYK
RGB Variations
Color information
#384B36 (or 0x384B36) is known color: Palm Leaf. HEX triplet: 38, 4B and 36. RGB value is (56,75,54). Sum of RGB (Red+Green+Blue) = 56+75+54=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 75 - color contains mainly: green. Hex color #384B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B36 is #C7B4C9. Grayscale: #424242. Windows color (decimal): -13087946 or 3558200. OLE color: 3558200.
HSL color Cylindrical-coordinate representation of color #384B36: hue angle of 114.29º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #384B36 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 54 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.71 |
| HSL | 114.29º | 0.16% | 0.25% | - |
| HSV(B) | 114.29º | 0.28% | 0.29% | - |
| XYZ | 4.81 | 6.14 | 4.42 | - |
| YUV | 66.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 54 | 0.25 | 0 | 0.28 | 0.71 | 114.29 | 0.16 | 0.25 |
| Hex | 38 | 4B | 36 | 19 | 0 | 1C | 47 | 72 | 10 | 19 |
| Octal | 70 | 113 | 66 | 31 | 0 | 34 | 107 | 162 | 20 | 31 |
| Binary | 111000 | 1001011 | 110110 | 11001 | 0 | 11100 | 1000111 | 1110010 | 10000 | 11001 |
Color Harmonies of #384B36
Complementary color
Monochromatic Colors of #384B36
Black with #384B36
Text Example
Text Example
White with #384B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B36; }
p { color: rgb(56,75,54); }
H1.HeaderClassName
{
color: #384B36;
}
.AnyTagClassName
{
color: #384B36;
}
</style>
background-color css
<style>
a { background-color: #384B36; }
a { background-color: rgb(56,75,54); }
div.DivClassName
{
background-color: #384B36;
}
.BgClassName
{
background-color: #384B36;
}
</style>
border-color css
<style>
span { border-color: #384B36; }
span { border-color: rgb(56,75,54); }
td.TdClassName
{
border-color: #384B36;
}
.TagClassName
{
border-color: #384B36;
}
</style>