Shades of Palm Leaf #3B532F
Tints of Palm Leaf #3B532F
RGB
CMYK
RGB Variations
Color information
#3B532F (or 0x3B532F) is known color: Palm Leaf. HEX triplet: 3B, 53 and 2F. RGB value is (59,83,47). Sum of RGB (Red+Green+Blue) = 59+83+47=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #3B532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B532F is #C4ACD0. Grayscale: #474747. Windows color (decimal): -12889297 or 3101499. OLE color: 3101499.
HSL color Cylindrical-coordinate representation of color #3B532F: hue angle of 100º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B532F is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 83 | 47 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.67 |
| HSL | 100º | 0.28% | 0.25% | - |
| HSV(B) | 100º | 0.43% | 0.33% | - |
| XYZ | 5.41 | 7.32 | 3.82 | - |
| YUV | 71.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 47 | 0.29 | 0 | 0.43 | 0.67 | 100 | 0.28 | 0.25 |
| Hex | 3B | 53 | 2F | 1D | 0 | 2B | 43 | 64 | 1C | 19 |
| Octal | 73 | 123 | 57 | 35 | 0 | 53 | 103 | 144 | 34 | 31 |
| Binary | 111011 | 1010011 | 101111 | 11101 | 0 | 101011 | 1000011 | 1100100 | 11100 | 11001 |
Color Harmonies of #3B532F
Complementary color
Monochromatic Colors of #3B532F
Black with #3B532F
Text Example
Text Example
White with #3B532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B532F; }
p { color: rgb(59,83,47); }
H1.HeaderClassName
{
color: #3B532F;
}
.AnyTagClassName
{
color: #3B532F;
}
</style>
background-color css
<style>
a { background-color: #3B532F; }
a { background-color: rgb(59,83,47); }
div.DivClassName
{
background-color: #3B532F;
}
.BgClassName
{
background-color: #3B532F;
}
</style>
border-color css
<style>
span { border-color: #3B532F; }
span { border-color: rgb(59,83,47); }
td.TdClassName
{
border-color: #3B532F;
}
.TagClassName
{
border-color: #3B532F;
}
</style>