Shades of Palm Leaf #3E4B38
Tints of Palm Leaf #3E4B38
RGB
CMYK
RGB Variations
Color information
#3E4B38 (or 0x3E4B38) is known color: Palm Leaf. HEX triplet: 3E, 4B and 38. RGB value is (62,75,56). Sum of RGB (Red+Green+Blue) = 62+75+56=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 75 - color contains mainly: green. Hex color #3E4B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4B38 is #C1B4C7. Grayscale: #454545. Windows color (decimal): -12694728 or 3689278. OLE color: 3689278.
HSL color Cylindrical-coordinate representation of color #3E4B38: hue angle of 101.05º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E4B38 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 75 | 56 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.71 |
| HSL | 101.05º | 0.15% | 0.26% | - |
| HSV(B) | 101.05º | 0.25% | 0.29% | - |
| XYZ | 5.22 | 6.34 | 4.69 | - |
| YUV | 68.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 75 | 56 | 0.17 | 0 | 0.25 | 0.71 | 101.05 | 0.15 | 0.26 |
| Hex | 3E | 4B | 38 | 11 | 0 | 19 | 47 | 65 | F | 1A |
| Octal | 76 | 113 | 70 | 21 | 0 | 31 | 107 | 145 | 17 | 32 |
| Binary | 111110 | 1001011 | 111000 | 10001 | 0 | 11001 | 1000111 | 1100101 | 1111 | 11010 |
Color Harmonies of #3E4B38
Complementary color
Monochromatic Colors of #3E4B38
Black with #3E4B38
Text Example
Text Example
White with #3E4B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4B38; }
p { color: rgb(62,75,56); }
H1.HeaderClassName
{
color: #3E4B38;
}
.AnyTagClassName
{
color: #3E4B38;
}
</style>
background-color css
<style>
a { background-color: #3E4B38; }
a { background-color: rgb(62,75,56); }
div.DivClassName
{
background-color: #3E4B38;
}
.BgClassName
{
background-color: #3E4B38;
}
</style>
border-color css
<style>
span { border-color: #3E4B38; }
span { border-color: rgb(62,75,56); }
td.TdClassName
{
border-color: #3E4B38;
}
.TagClassName
{
border-color: #3E4B38;
}
</style>