Shades of Palm Leaf #3B4B32
Tints of Palm Leaf #3B4B32
RGB
CMYK
RGB Variations
Color information
#3B4B32 (or 0x3B4B32) is known color: Palm Leaf. HEX triplet: 3B, 4B and 32. RGB value is (59,75,50). Sum of RGB (Red+Green+Blue) = 59+75+50=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 75 - color contains mainly: green. Hex color #3B4B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4B32 is #C4B4CD. Grayscale: #434343. Windows color (decimal): -12891342 or 3296059. OLE color: 3296059.
HSL color Cylindrical-coordinate representation of color #3B4B32: hue angle of 98.4º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B4B32 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 75 | 50 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.71 |
| HSL | 98.4º | 0.2% | 0.25% | - |
| HSV(B) | 98.4º | 0.33% | 0.29% | - |
| XYZ | 4.9 | 6.19 | 3.95 | - |
| YUV | 67.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 75 | 50 | 0.21 | 0 | 0.33 | 0.71 | 98.4 | 0.2 | 0.25 |
| Hex | 3B | 4B | 32 | 15 | 0 | 21 | 47 | 62 | 14 | 19 |
| Octal | 73 | 113 | 62 | 25 | 0 | 41 | 107 | 142 | 24 | 31 |
| Binary | 111011 | 1001011 | 110010 | 10101 | 0 | 100001 | 1000111 | 1100010 | 10100 | 11001 |
Color Harmonies of #3B4B32
Complementary color
Monochromatic Colors of #3B4B32
Black with #3B4B32
Text Example
Text Example
White with #3B4B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4B32; }
p { color: rgb(59,75,50); }
H1.HeaderClassName
{
color: #3B4B32;
}
.AnyTagClassName
{
color: #3B4B32;
}
</style>
background-color css
<style>
a { background-color: #3B4B32; }
a { background-color: rgb(59,75,50); }
div.DivClassName
{
background-color: #3B4B32;
}
.BgClassName
{
background-color: #3B4B32;
}
</style>
border-color css
<style>
span { border-color: #3B4B32; }
span { border-color: rgb(59,75,50); }
td.TdClassName
{
border-color: #3B4B32;
}
.TagClassName
{
border-color: #3B4B32;
}
</style>