Shades of Palm Leaf #3E483B
Tints of Palm Leaf #3E483B
RGB
CMYK
RGB Variations
Color information
#3E483B (or 0x3E483B) is known color: Palm Leaf. HEX triplet: 3E, 48 and 3B. RGB value is (62,72,59). Sum of RGB (Red+Green+Blue) = 62+72+59=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 72 - color contains mainly: green. Hex color #3E483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E483B is #C1B7C4. Grayscale: #434343. Windows color (decimal): -12695493 or 3885118. OLE color: 3885118.
HSL color Cylindrical-coordinate representation of color #3E483B: hue angle of 106.15º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3E483B is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 72 | 59 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.72 |
| HSL | 106.15º | 0.1% | 0.26% | - |
| HSV(B) | 106.15º | 0.18% | 0.28% | - |
| XYZ | 5.09 | 5.97 | 5.02 | - |
| YUV | 67.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 72 | 59 | 0.14 | 0 | 0.18 | 0.72 | 106.15 | 0.1 | 0.26 |
| Hex | 3E | 48 | 3B | E | 0 | 12 | 48 | 6A | A | 1A |
| Octal | 76 | 110 | 73 | 16 | 0 | 22 | 110 | 152 | 12 | 32 |
| Binary | 111110 | 1001000 | 111011 | 1110 | 0 | 10010 | 1001000 | 1101010 | 1010 | 11010 |
Color Harmonies of #3E483B
Complementary color
Monochromatic Colors of #3E483B
Black with #3E483B
Text Example
Text Example
White with #3E483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E483B; }
p { color: rgb(62,72,59); }
H1.HeaderClassName
{
color: #3E483B;
}
.AnyTagClassName
{
color: #3E483B;
}
</style>
background-color css
<style>
a { background-color: #3E483B; }
a { background-color: rgb(62,72,59); }
div.DivClassName
{
background-color: #3E483B;
}
.BgClassName
{
background-color: #3E483B;
}
</style>
border-color css
<style>
span { border-color: #3E483B; }
span { border-color: rgb(62,72,59); }
td.TdClassName
{
border-color: #3E483B;
}
.TagClassName
{
border-color: #3E483B;
}
</style>