Shades of Palm Leaf #3B5034
Tints of Palm Leaf #3B5034
RGB
CMYK
RGB Variations
Color information
#3B5034 (or 0x3B5034) is known color: Palm Leaf. HEX triplet: 3B, 50 and 34. RGB value is (59,80,52). Sum of RGB (Red+Green+Blue) = 59+80+52=191 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.89% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #3B5034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5034 is #C4AFCB. Grayscale: #464646. Windows color (decimal): -12890060 or 3428411. OLE color: 3428411.
HSL color Cylindrical-coordinate representation of color #3B5034: hue angle of 105º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3B5034 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 80 | 52 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.69 |
| HSL | 105º | 0.21% | 0.26% | - |
| HSV(B) | 105º | 0.35% | 0.31% | - |
| XYZ | 5.29 | 6.92 | 4.3 | - |
| YUV | 70.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 80 | 52 | 0.26 | 0 | 0.35 | 0.69 | 105 | 0.21 | 0.26 |
| Hex | 3B | 50 | 34 | 1A | 0 | 23 | 45 | 69 | 15 | 1A |
| Octal | 73 | 120 | 64 | 32 | 0 | 43 | 105 | 151 | 25 | 32 |
| Binary | 111011 | 1010000 | 110100 | 11010 | 0 | 100011 | 1000101 | 1101001 | 10101 | 11010 |
Color Harmonies of #3B5034
Complementary color
Monochromatic Colors of #3B5034
Black with #3B5034
Text Example
Text Example
White with #3B5034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5034; }
p { color: rgb(59,80,52); }
H1.HeaderClassName
{
color: #3B5034;
}
.AnyTagClassName
{
color: #3B5034;
}
</style>
background-color css
<style>
a { background-color: #3B5034; }
a { background-color: rgb(59,80,52); }
div.DivClassName
{
background-color: #3B5034;
}
.BgClassName
{
background-color: #3B5034;
}
</style>
border-color css
<style>
span { border-color: #3B5034; }
span { border-color: rgb(59,80,52); }
td.TdClassName
{
border-color: #3B5034;
}
.TagClassName
{
border-color: #3B5034;
}
</style>