Shades of Palm Leaf #3B4B33
Tints of Palm Leaf #3B4B33
RGB
CMYK
RGB Variations
Color information
#3B4B33 (or 0x3B4B33) is known color: Palm Leaf. HEX triplet: 3B, 4B and 33. RGB value is (59,75,51). Sum of RGB (Red+Green+Blue) = 59+75+51=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 75 - color contains mainly: green. Hex color #3B4B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4B33 is #C4B4CC. Grayscale: #434343. Windows color (decimal): -12891341 or 3361595. OLE color: 3361595.
HSL color Cylindrical-coordinate representation of color #3B4B33: hue angle of 100º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B4B33 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 75 | 51 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.71 |
| HSL | 100º | 0.19% | 0.25% | - |
| HSV(B) | 100º | 0.32% | 0.29% | - |
| XYZ | 4.92 | 6.2 | 4.07 | - |
| YUV | 67.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 75 | 51 | 0.21 | 0 | 0.32 | 0.71 | 100 | 0.19 | 0.25 |
| Hex | 3B | 4B | 33 | 15 | 0 | 20 | 47 | 64 | 13 | 19 |
| Octal | 73 | 113 | 63 | 25 | 0 | 40 | 107 | 144 | 23 | 31 |
| Binary | 111011 | 1001011 | 110011 | 10101 | 0 | 100000 | 1000111 | 1100100 | 10011 | 11001 |
Color Harmonies of #3B4B33
Complementary color
Monochromatic Colors of #3B4B33
Black with #3B4B33
Text Example
Text Example
White with #3B4B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4B33; }
p { color: rgb(59,75,51); }
H1.HeaderClassName
{
color: #3B4B33;
}
.AnyTagClassName
{
color: #3B4B33;
}
</style>
background-color css
<style>
a { background-color: #3B4B33; }
a { background-color: rgb(59,75,51); }
div.DivClassName
{
background-color: #3B4B33;
}
.BgClassName
{
background-color: #3B4B33;
}
</style>
border-color css
<style>
span { border-color: #3B4B33; }
span { border-color: rgb(59,75,51); }
td.TdClassName
{
border-color: #3B4B33;
}
.TagClassName
{
border-color: #3B4B33;
}
</style>