Shades of Palm Leaf #384633
Tints of Palm Leaf #384633
RGB
CMYK
RGB Variations
Color information
#384633 (or 0x384633) is known color: Palm Leaf. HEX triplet: 38, 46 and 33. RGB value is (56,70,51). Sum of RGB (Red+Green+Blue) = 56+70+51=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 70 - color contains mainly: green. Hex color #384633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384633 is #C7B9CC. Grayscale: #3F3F3F. Windows color (decimal): -13089229 or 3360312. OLE color: 3360312.
HSL color Cylindrical-coordinate representation of color #384633: hue angle of 104.21º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #384633 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 70 | 51 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.73 |
| HSL | 104.21º | 0.16% | 0.24% | - |
| HSV(B) | 104.21º | 0.27% | 0.27% | - |
| XYZ | 4.42 | 5.46 | 3.95 | - |
| YUV | 63.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 51 | 0.20 | 0 | 0.27 | 0.73 | 104.21 | 0.16 | 0.24 |
| Hex | 38 | 46 | 33 | 14 | 0 | 1B | 49 | 68 | 10 | 18 |
| Octal | 70 | 106 | 63 | 24 | 0 | 33 | 111 | 150 | 20 | 30 |
| Binary | 111000 | 1000110 | 110011 | 10100 | 0 | 11011 | 1001001 | 1101000 | 10000 | 11000 |
Color Harmonies of #384633
Complementary color
Monochromatic Colors of #384633
Black with #384633
Text Example
Text Example
White with #384633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384633; }
p { color: rgb(56,70,51); }
H1.HeaderClassName
{
color: #384633;
}
.AnyTagClassName
{
color: #384633;
}
</style>
background-color css
<style>
a { background-color: #384633; }
a { background-color: rgb(56,70,51); }
div.DivClassName
{
background-color: #384633;
}
.BgClassName
{
background-color: #384633;
}
</style>
border-color css
<style>
span { border-color: #384633; }
span { border-color: rgb(56,70,51); }
td.TdClassName
{
border-color: #384633;
}
.TagClassName
{
border-color: #384633;
}
</style>