Shades of Palm Leaf #3E5334
Tints of Palm Leaf #3E5334
RGB
CMYK
RGB Variations
Color information
#3E5334 (or 0x3E5334) is known color: Palm Leaf. HEX triplet: 3E, 53 and 34. RGB value is (62,83,52). Sum of RGB (Red+Green+Blue) = 62+83+52=197 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.47% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 83 - color contains mainly: green. Hex color #3E5334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5334 is #C1ACCB. Grayscale: #494949. Windows color (decimal): -12692684 or 3429182. OLE color: 3429182.
HSL color Cylindrical-coordinate representation of color #3E5334: hue angle of 100.65º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E5334 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 83 | 52 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.67 |
| HSL | 100.65º | 0.23% | 0.26% | - |
| HSV(B) | 100.65º | 0.37% | 0.33% | - |
| XYZ | 5.7 | 7.46 | 4.39 | - |
| YUV | 73.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 52 | 0.25 | 0 | 0.37 | 0.67 | 100.65 | 0.23 | 0.26 |
| Hex | 3E | 53 | 34 | 19 | 0 | 25 | 43 | 65 | 17 | 1A |
| Octal | 76 | 123 | 64 | 31 | 0 | 45 | 103 | 145 | 27 | 32 |
| Binary | 111110 | 1010011 | 110100 | 11001 | 0 | 100101 | 1000011 | 1100101 | 10111 | 11010 |
Color Harmonies of #3E5334
Complementary color
Monochromatic Colors of #3E5334
Black with #3E5334
Text Example
Text Example
White with #3E5334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5334; }
p { color: rgb(62,83,52); }
H1.HeaderClassName
{
color: #3E5334;
}
.AnyTagClassName
{
color: #3E5334;
}
</style>
background-color css
<style>
a { background-color: #3E5334; }
a { background-color: rgb(62,83,52); }
div.DivClassName
{
background-color: #3E5334;
}
.BgClassName
{
background-color: #3E5334;
}
</style>
border-color css
<style>
span { border-color: #3E5334; }
span { border-color: rgb(62,83,52); }
td.TdClassName
{
border-color: #3E5334;
}
.TagClassName
{
border-color: #3E5334;
}
</style>