Shades of Palm Leaf #384F2F
Tints of Palm Leaf #384F2F
RGB
CMYK
RGB Variations
Color information
#384F2F (or 0x384F2F) is known color: Palm Leaf. HEX triplet: 38, 4F and 2F. RGB value is (56,79,47). Sum of RGB (Red+Green+Blue) = 56+79+47=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 79 - color contains mainly: green. Hex color #384F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384F2F is #C7B0D0. Grayscale: #444444. Windows color (decimal): -13086929 or 3100472. OLE color: 3100472.
HSL color Cylindrical-coordinate representation of color #384F2F: hue angle of 103.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #384F2F is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 79 | 47 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.69 |
| HSL | 103.13º | 0.25% | 0.25% | - |
| HSV(B) | 103.13º | 0.41% | 0.31% | - |
| XYZ | 4.94 | 6.64 | 3.71 | - |
| YUV | 68.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 47 | 0.29 | 0 | 0.41 | 0.69 | 103.13 | 0.25 | 0.25 |
| Hex | 38 | 4F | 2F | 1D | 0 | 29 | 45 | 67 | 19 | 19 |
| Octal | 70 | 117 | 57 | 35 | 0 | 51 | 105 | 147 | 31 | 31 |
| Binary | 111000 | 1001111 | 101111 | 11101 | 0 | 101001 | 1000101 | 1100111 | 11001 | 11001 |
Color Harmonies of #384F2F
Complementary color
Monochromatic Colors of #384F2F
Black with #384F2F
Text Example
Text Example
White with #384F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384F2F; }
p { color: rgb(56,79,47); }
H1.HeaderClassName
{
color: #384F2F;
}
.AnyTagClassName
{
color: #384F2F;
}
</style>
background-color css
<style>
a { background-color: #384F2F; }
a { background-color: rgb(56,79,47); }
div.DivClassName
{
background-color: #384F2F;
}
.BgClassName
{
background-color: #384F2F;
}
</style>
border-color css
<style>
span { border-color: #384F2F; }
span { border-color: rgb(56,79,47); }
td.TdClassName
{
border-color: #384F2F;
}
.TagClassName
{
border-color: #384F2F;
}
</style>