Shades of Palm Leaf #3B532D
Tints of Palm Leaf #3B532D
RGB
CMYK
RGB Variations
Color information
#3B532D (or 0x3B532D) is known color: Palm Leaf. HEX triplet: 3B, 53 and 2D. RGB value is (59,83,45). Sum of RGB (Red+Green+Blue) = 59+83+45=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #3B532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B532D is #C4ACD2. Grayscale: #474747. Windows color (decimal): -12889299 or 2970427. OLE color: 2970427.
HSL color Cylindrical-coordinate representation of color #3B532D: hue angle of 97.89º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B532D is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 83 | 45 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.67 |
| HSL | 97.89º | 0.3% | 0.25% | - |
| HSV(B) | 97.89º | 0.46% | 0.33% | - |
| XYZ | 5.37 | 7.31 | 3.61 | - |
| YUV | 71.49 | 113.05 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 45 | 0.29 | 0 | 0.46 | 0.67 | 97.89 | 0.3 | 0.25 |
| Hex | 3B | 53 | 2D | 1D | 0 | 2E | 43 | 62 | 1E | 19 |
| Octal | 73 | 123 | 55 | 35 | 0 | 56 | 103 | 142 | 36 | 31 |
| Binary | 111011 | 1010011 | 101101 | 11101 | 0 | 101110 | 1000011 | 1100010 | 11110 | 11001 |
Color Harmonies of #3B532D
Complementary color
Monochromatic Colors of #3B532D
Black with #3B532D
Text Example
Text Example
White with #3B532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B532D; }
p { color: rgb(59,83,45); }
H1.HeaderClassName
{
color: #3B532D;
}
.AnyTagClassName
{
color: #3B532D;
}
</style>
background-color css
<style>
a { background-color: #3B532D; }
a { background-color: rgb(59,83,45); }
div.DivClassName
{
background-color: #3B532D;
}
.BgClassName
{
background-color: #3B532D;
}
</style>
border-color css
<style>
span { border-color: #3B532D; }
span { border-color: rgb(59,83,45); }
td.TdClassName
{
border-color: #3B532D;
}
.TagClassName
{
border-color: #3B532D;
}
</style>