Shades of Palm Leaf #384B32
Tints of Palm Leaf #384B32
RGB
CMYK
RGB Variations
Color information
#384B32 (or 0x384B32) is known color: Palm Leaf. HEX triplet: 38, 4B and 32. RGB value is (56,75,50). Sum of RGB (Red+Green+Blue) = 56+75+50=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 75 - color contains mainly: green. Hex color #384B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B32 is #C7B4CD. Grayscale: #424242. Windows color (decimal): -13087950 or 3296056. OLE color: 3296056.
HSL color Cylindrical-coordinate representation of color #384B32: hue angle of 105.6º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #384B32 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 50 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.71 |
| HSL | 105.6º | 0.2% | 0.25% | - |
| HSV(B) | 105.6º | 0.33% | 0.29% | - |
| XYZ | 4.72 | 6.1 | 3.95 | - |
| YUV | 66.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 50 | 0.25 | 0 | 0.33 | 0.71 | 105.6 | 0.2 | 0.25 |
| Hex | 38 | 4B | 32 | 19 | 0 | 21 | 47 | 6A | 14 | 19 |
| Octal | 70 | 113 | 62 | 31 | 0 | 41 | 107 | 152 | 24 | 31 |
| Binary | 111000 | 1001011 | 110010 | 11001 | 0 | 100001 | 1000111 | 1101010 | 10100 | 11001 |
Color Harmonies of #384B32
Complementary color
Monochromatic Colors of #384B32
Black with #384B32
Text Example
Text Example
White with #384B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B32; }
p { color: rgb(56,75,50); }
H1.HeaderClassName
{
color: #384B32;
}
.AnyTagClassName
{
color: #384B32;
}
</style>
background-color css
<style>
a { background-color: #384B32; }
a { background-color: rgb(56,75,50); }
div.DivClassName
{
background-color: #384B32;
}
.BgClassName
{
background-color: #384B32;
}
</style>
border-color css
<style>
span { border-color: #384B32; }
span { border-color: rgb(56,75,50); }
td.TdClassName
{
border-color: #384B32;
}
.TagClassName
{
border-color: #384B32;
}
</style>