Shades of Palm Leaf #3E463D
Tints of Palm Leaf #3E463D
RGB
CMYK
RGB Variations
Color information
#3E463D (or 0x3E463D) is known color: Palm Leaf. HEX triplet: 3E, 46 and 3D. RGB value is (62,70,61). Sum of RGB (Red+Green+Blue) = 62+70+61=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 70 - color contains mainly: green. Hex color #3E463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E463D is #C1B9C2. Grayscale: #424242. Windows color (decimal): -12696003 or 4015678. OLE color: 4015678.
HSL color Cylindrical-coordinate representation of color #3E463D: hue angle of 113.33º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3E463D is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
RGB | 62 | 70 | 61 | - |
CMYK | 0.11 | 0 | 0.13 | 0.73 |
HSL | 113.33º | 0.07% | 0.26% | - |
HSV(B) | 113.33º | 0.13% | 0.27% | - |
XYZ | 5.02 | 5.74 | 5.26 | - |
YUV | 66.58 | 124.85 | 124.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 70 | 61 | 0.11 | 0 | 0.13 | 0.73 | 113.33 | 0.07 | 0.26 |
Hex | 3E | 46 | 3D | B | 0 | D | 49 | 71 | 7 | 1A |
Octal | 76 | 106 | 75 | 13 | 0 | 15 | 111 | 161 | 7 | 32 |
Binary | 111110 | 1000110 | 111101 | 1011 | 0 | 1101 | 1001001 | 1110001 | 111 | 11010 |
Color Harmonies of #3E463D
Complementary color
Monochromatic Colors of #3E463D
Black with #3E463D
Text Example
Text Example
White with #3E463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E463D; }
p { color: rgb(62,70,61); }
H1.HeaderClassName
{
color: #3E463D;
}
.AnyTagClassName
{
color: #3E463D;
}
</style>
background-color css
<style>
a { background-color: #3E463D; }
a { background-color: rgb(62,70,61); }
div.DivClassName
{
background-color: #3E463D;
}
.BgClassName
{
background-color: #3E463D;
}
</style>
border-color css
<style>
span { border-color: #3E463D; }
span { border-color: rgb(62,70,61); }
td.TdClassName
{
border-color: #3E463D;
}
.TagClassName
{
border-color: #3E463D;
}
</style>