Shades of Palm Leaf #3E413D
Tints of Palm Leaf #3E413D
RGB
CMYK
RGB Variations
Color information
#3E413D (or 0x3E413D) is known color: Palm Leaf. HEX triplet: 3E, 41 and 3D. RGB value is (62,65,61). Sum of RGB (Red+Green+Blue) = 62+65+61=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 65 - color contains mainly: green. Hex color #3E413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E413D is #C1BEC2. Grayscale: #3F3F3F. Windows color (decimal): -12697283 or 4014398. OLE color: 4014398.
HSL color Cylindrical-coordinate representation of color #3E413D: hue angle of 105º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #3E413D is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
RGB | 62 | 65 | 61 | - |
CMYK | 0.05 | 0 | 0.06 | 0.75 |
HSL | 105º | 0.03% | 0.25% | - |
HSV(B) | 105º | 0.06% | 0.25% | - |
XYZ | 4.72 | 5.14 | 5.16 | - |
YUV | 63.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 65 | 61 | 0.05 | 0 | 0.06 | 0.75 | 105 | 0.03 | 0.25 |
Hex | 3E | 41 | 3D | 5 | 0 | 6 | 4B | 69 | 3 | 19 |
Octal | 76 | 101 | 75 | 5 | 0 | 6 | 113 | 151 | 3 | 31 |
Binary | 111110 | 1000001 | 111101 | 101 | 0 | 110 | 1001011 | 1101001 | 11 | 11001 |
Color Harmonies of #3E413D
Complementary color
Monochromatic Colors of #3E413D
Black with #3E413D
Text Example
Text Example
White with #3E413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E413D; }
p { color: rgb(62,65,61); }
H1.HeaderClassName
{
color: #3E413D;
}
.AnyTagClassName
{
color: #3E413D;
}
</style>
background-color css
<style>
a { background-color: #3E413D; }
a { background-color: rgb(62,65,61); }
div.DivClassName
{
background-color: #3E413D;
}
.BgClassName
{
background-color: #3E413D;
}
</style>
border-color css
<style>
span { border-color: #3E413D; }
span { border-color: rgb(62,65,61); }
td.TdClassName
{
border-color: #3E413D;
}
.TagClassName
{
border-color: #3E413D;
}
</style>