Shades of Palm Leaf #3B5032
Tints of Palm Leaf #3B5032
RGB
CMYK
RGB Variations
Color information
#3B5032 (or 0x3B5032) is known color: Palm Leaf. HEX triplet: 3B, 50 and 32. RGB value is (59,80,50). Sum of RGB (Red+Green+Blue) = 59+80+50=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 80 - color contains mainly: green. Hex color #3B5032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5032 is #C4AFCD. Grayscale: #464646. Windows color (decimal): -12890062 or 3297339. OLE color: 3297339.
HSL color Cylindrical-coordinate representation of color #3B5032: hue angle of 102º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3B5032 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 80 | 50 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.69 |
| HSL | 102º | 0.23% | 0.25% | - |
| HSV(B) | 102º | 0.38% | 0.31% | - |
| XYZ | 5.25 | 6.9 | 4.07 | - |
| YUV | 70.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 80 | 50 | 0.26 | 0 | 0.37 | 0.69 | 102 | 0.23 | 0.25 |
| Hex | 3B | 50 | 32 | 1A | 0 | 25 | 45 | 66 | 17 | 19 |
| Octal | 73 | 120 | 62 | 32 | 0 | 45 | 105 | 146 | 27 | 31 |
| Binary | 111011 | 1010000 | 110010 | 11010 | 0 | 100101 | 1000101 | 1100110 | 10111 | 11001 |
Color Harmonies of #3B5032
Complementary color
Monochromatic Colors of #3B5032
Black with #3B5032
Text Example
Text Example
White with #3B5032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5032; }
p { color: rgb(59,80,50); }
H1.HeaderClassName
{
color: #3B5032;
}
.AnyTagClassName
{
color: #3B5032;
}
</style>
background-color css
<style>
a { background-color: #3B5032; }
a { background-color: rgb(59,80,50); }
div.DivClassName
{
background-color: #3B5032;
}
.BgClassName
{
background-color: #3B5032;
}
</style>
border-color css
<style>
span { border-color: #3B5032; }
span { border-color: rgb(59,80,50); }
td.TdClassName
{
border-color: #3B5032;
}
.TagClassName
{
border-color: #3B5032;
}
</style>