Shades of Palm Leaf #3E453B
Tints of Palm Leaf #3E453B
RGB
CMYK
RGB Variations
Color information
#3E453B (or 0x3E453B) is known color: Palm Leaf. HEX triplet: 3E, 45 and 3B. RGB value is (62,69,59). Sum of RGB (Red+Green+Blue) = 62+69+59=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 69 - color contains mainly: green. Hex color #3E453B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E453B is #C1BAC4. Grayscale: #414141. Windows color (decimal): -12696261 or 3884350. OLE color: 3884350.
HSL color Cylindrical-coordinate representation of color #3E453B: hue angle of 102º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3E453B is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 69 | 59 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.73 |
| HSL | 102º | 0.08% | 0.25% | - |
| HSV(B) | 102º | 0.14% | 0.27% | - |
| XYZ | 4.9 | 5.6 | 4.96 | - |
| YUV | 65.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 59 | 0.10 | 0 | 0.14 | 0.73 | 102 | 0.08 | 0.25 |
| Hex | 3E | 45 | 3B | A | 0 | E | 49 | 66 | 8 | 19 |
| Octal | 76 | 105 | 73 | 12 | 0 | 16 | 111 | 146 | 10 | 31 |
| Binary | 111110 | 1000101 | 111011 | 1010 | 0 | 1110 | 1001001 | 1100110 | 1000 | 11001 |
Color Harmonies of #3E453B
Complementary color
Monochromatic Colors of #3E453B
Black with #3E453B
Text Example
Text Example
White with #3E453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E453B; }
p { color: rgb(62,69,59); }
H1.HeaderClassName
{
color: #3E453B;
}
.AnyTagClassName
{
color: #3E453B;
}
</style>
background-color css
<style>
a { background-color: #3E453B; }
a { background-color: rgb(62,69,59); }
div.DivClassName
{
background-color: #3E453B;
}
.BgClassName
{
background-color: #3E453B;
}
</style>
border-color css
<style>
span { border-color: #3E453B; }
span { border-color: rgb(62,69,59); }
td.TdClassName
{
border-color: #3E453B;
}
.TagClassName
{
border-color: #3E453B;
}
</style>