Shades of Palm Leaf #3B532C
Tints of Palm Leaf #3B532C
RGB
CMYK
RGB Variations
Color information
#3B532C (or 0x3B532C) is known color: Palm Leaf. HEX triplet: 3B, 53 and 2C. RGB value is (59,83,44). Sum of RGB (Red+Green+Blue) = 59+83+44=186 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.72% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #3B532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B532C is #C4ACD3. Grayscale: #474747. Windows color (decimal): -12889300 or 2904891. OLE color: 2904891.
HSL color Cylindrical-coordinate representation of color #3B532C: hue angle of 96.92º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B532C is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 83 | 44 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.67 |
| HSL | 96.92º | 0.31% | 0.25% | - |
| HSV(B) | 96.92º | 0.47% | 0.33% | - |
| XYZ | 5.35 | 7.3 | 3.51 | - |
| YUV | 71.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 44 | 0.29 | 0 | 0.47 | 0.67 | 96.92 | 0.31 | 0.25 |
| Hex | 3B | 53 | 2C | 1D | 0 | 2F | 43 | 61 | 1F | 19 |
| Octal | 73 | 123 | 54 | 35 | 0 | 57 | 103 | 141 | 37 | 31 |
| Binary | 111011 | 1010011 | 101100 | 11101 | 0 | 101111 | 1000011 | 1100001 | 11111 | 11001 |
Color Harmonies of #3B532C
Complementary color
Monochromatic Colors of #3B532C
Black with #3B532C
Text Example
Text Example
White with #3B532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B532C; }
p { color: rgb(59,83,44); }
H1.HeaderClassName
{
color: #3B532C;
}
.AnyTagClassName
{
color: #3B532C;
}
</style>
background-color css
<style>
a { background-color: #3B532C; }
a { background-color: rgb(59,83,44); }
div.DivClassName
{
background-color: #3B532C;
}
.BgClassName
{
background-color: #3B532C;
}
</style>
border-color css
<style>
span { border-color: #3B532C; }
span { border-color: rgb(59,83,44); }
td.TdClassName
{
border-color: #3B532C;
}
.TagClassName
{
border-color: #3B532C;
}
</style>