Shades of Palm Leaf #3E483C
Tints of Palm Leaf #3E483C
RGB
CMYK
RGB Variations
Color information
#3E483C (or 0x3E483C) is known color: Palm Leaf. HEX triplet: 3E, 48 and 3C. RGB value is (62,72,60). Sum of RGB (Red+Green+Blue) = 62+72+60=194 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.96% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 72 - color contains mainly: green. Hex color #3E483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E483C is #C1B7C3. Grayscale: #434343. Windows color (decimal): -12695492 or 3950654. OLE color: 3950654.
HSL color Cylindrical-coordinate representation of color #3E483C: hue angle of 110º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3E483C is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 72 | 60 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.72 |
| HSL | 110º | 0.09% | 0.26% | - |
| HSV(B) | 110º | 0.17% | 0.28% | - |
| XYZ | 5.12 | 5.99 | 5.16 | - |
| YUV | 67.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 72 | 60 | 0.14 | 0 | 0.17 | 0.72 | 110 | 0.09 | 0.26 |
| Hex | 3E | 48 | 3C | E | 0 | 11 | 48 | 6E | 9 | 1A |
| Octal | 76 | 110 | 74 | 16 | 0 | 21 | 110 | 156 | 11 | 32 |
| Binary | 111110 | 1001000 | 111100 | 1110 | 0 | 10001 | 1001000 | 1101110 | 1001 | 11010 |
Color Harmonies of #3E483C
Complementary color
Monochromatic Colors of #3E483C
Black with #3E483C
Text Example
Text Example
White with #3E483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E483C; }
p { color: rgb(62,72,60); }
H1.HeaderClassName
{
color: #3E483C;
}
.AnyTagClassName
{
color: #3E483C;
}
</style>
background-color css
<style>
a { background-color: #3E483C; }
a { background-color: rgb(62,72,60); }
div.DivClassName
{
background-color: #3E483C;
}
.BgClassName
{
background-color: #3E483C;
}
</style>
border-color css
<style>
span { border-color: #3E483C; }
span { border-color: rgb(62,72,60); }
td.TdClassName
{
border-color: #3E483C;
}
.TagClassName
{
border-color: #3E483C;
}
</style>