Shades of Palm Leaf #3B562A
Tints of Palm Leaf #3B562A
RGB
CMYK
RGB Variations
Color information
#3B562A (or 0x3B562A) is known color: Palm Leaf. HEX triplet: 3B, 56 and 2A. RGB value is (59,86,42). Sum of RGB (Red+Green+Blue) = 59+86+42=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #3B562A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B562A is #C4A9D5. Grayscale: #494949. Windows color (decimal): -12888534 or 2774587. OLE color: 2774587.
HSL color Cylindrical-coordinate representation of color #3B562A: hue angle of 96.82º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B562A is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 86 | 42 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.66 |
| HSL | 96.82º | 0.34% | 0.25% | - |
| HSV(B) | 96.82º | 0.51% | 0.34% | - |
| XYZ | 5.55 | 7.75 | 3.39 | - |
| YUV | 72.91 | 110.55 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 86 | 42 | 0.31 | 0 | 0.51 | 0.66 | 96.82 | 0.34 | 0.25 |
| Hex | 3B | 56 | 2A | 1F | 0 | 33 | 42 | 61 | 22 | 19 |
| Octal | 73 | 126 | 52 | 37 | 0 | 63 | 102 | 141 | 42 | 31 |
| Binary | 111011 | 1010110 | 101010 | 11111 | 0 | 110011 | 1000010 | 1100001 | 100010 | 11001 |
Color Harmonies of #3B562A
Complementary color
Monochromatic Colors of #3B562A
Black with #3B562A
Text Example
Text Example
White with #3B562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B562A; }
p { color: rgb(59,86,42); }
H1.HeaderClassName
{
color: #3B562A;
}
.AnyTagClassName
{
color: #3B562A;
}
</style>
background-color css
<style>
a { background-color: #3B562A; }
a { background-color: rgb(59,86,42); }
div.DivClassName
{
background-color: #3B562A;
}
.BgClassName
{
background-color: #3B562A;
}
</style>
border-color css
<style>
span { border-color: #3B562A; }
span { border-color: rgb(59,86,42); }
td.TdClassName
{
border-color: #3B562A;
}
.TagClassName
{
border-color: #3B562A;
}
</style>