Shades of Palm Leaf #384B33
Tints of Palm Leaf #384B33
RGB
CMYK
RGB Variations
Color information
#384B33 (or 0x384B33) is known color: Palm Leaf. HEX triplet: 38, 4B and 33. RGB value is (56,75,51). Sum of RGB (Red+Green+Blue) = 56+75+51=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 75 - color contains mainly: green. Hex color #384B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B33 is #C7B4CC. Grayscale: #424242. Windows color (decimal): -13087949 or 3361592. OLE color: 3361592.
HSL color Cylindrical-coordinate representation of color #384B33: hue angle of 107.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #384B33 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 51 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.71 |
| HSL | 107.5º | 0.19% | 0.25% | - |
| HSV(B) | 107.5º | 0.32% | 0.29% | - |
| XYZ | 4.74 | 6.11 | 4.06 | - |
| YUV | 66.58 | 119.21 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 51 | 0.25 | 0 | 0.32 | 0.71 | 107.5 | 0.19 | 0.25 |
| Hex | 38 | 4B | 33 | 19 | 0 | 20 | 47 | 6C | 13 | 19 |
| Octal | 70 | 113 | 63 | 31 | 0 | 40 | 107 | 154 | 23 | 31 |
| Binary | 111000 | 1001011 | 110011 | 11001 | 0 | 100000 | 1000111 | 1101100 | 10011 | 11001 |
Color Harmonies of #384B33
Complementary color
Monochromatic Colors of #384B33
Black with #384B33
Text Example
Text Example
White with #384B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B33; }
p { color: rgb(56,75,51); }
H1.HeaderClassName
{
color: #384B33;
}
.AnyTagClassName
{
color: #384B33;
}
</style>
background-color css
<style>
a { background-color: #384B33; }
a { background-color: rgb(56,75,51); }
div.DivClassName
{
background-color: #384B33;
}
.BgClassName
{
background-color: #384B33;
}
</style>
border-color css
<style>
span { border-color: #384B33; }
span { border-color: rgb(56,75,51); }
td.TdClassName
{
border-color: #384B33;
}
.TagClassName
{
border-color: #384B33;
}
</style>