Shades of Palm Leaf #3F4E38
Tints of Palm Leaf #3F4E38
RGB
CMYK
RGB Variations
Color information
#3F4E38 (or 0x3F4E38) is known color: Palm Leaf. HEX triplet: 3F, 4E and 38. RGB value is (63,78,56). Sum of RGB (Red+Green+Blue) = 63+78+56=197 (26% of max value = 765). Red value is 63 (25% from 255 or 31.98% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4E38 is #C0B1C7. Grayscale: #474747. Windows color (decimal): -12628424 or 3690047. OLE color: 3690047.
HSL color Cylindrical-coordinate representation of color #3F4E38: hue angle of 100.91º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F4E38 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 78 | 56 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.69 |
| HSL | 100.91º | 0.16% | 0.26% | - |
| HSV(B) | 100.91º | 0.28% | 0.31% | - |
| XYZ | 5.49 | 6.79 | 4.76 | - |
| YUV | 71.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 56 | 0.19 | 0 | 0.28 | 0.69 | 100.91 | 0.16 | 0.26 |
| Hex | 3F | 4E | 38 | 13 | 0 | 1C | 45 | 65 | 10 | 1A |
| Octal | 77 | 116 | 70 | 23 | 0 | 34 | 105 | 145 | 20 | 32 |
| Binary | 111111 | 1001110 | 111000 | 10011 | 0 | 11100 | 1000101 | 1100101 | 10000 | 11010 |
Color Harmonies of #3F4E38
Complementary color
Monochromatic Colors of #3F4E38
Black with #3F4E38
Text Example
Text Example
White with #3F4E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E38; }
p { color: rgb(63,78,56); }
H1.HeaderClassName
{
color: #3F4E38;
}
.AnyTagClassName
{
color: #3F4E38;
}
</style>
background-color css
<style>
a { background-color: #3F4E38; }
a { background-color: rgb(63,78,56); }
div.DivClassName
{
background-color: #3F4E38;
}
.BgClassName
{
background-color: #3F4E38;
}
</style>
border-color css
<style>
span { border-color: #3F4E38; }
span { border-color: rgb(63,78,56); }
td.TdClassName
{
border-color: #3F4E38;
}
.TagClassName
{
border-color: #3F4E38;
}
</style>