Shades of Palm Leaf #3B572C
Tints of Palm Leaf #3B572C
RGB
CMYK
RGB Variations
Color information
#3B572C (or 0x3B572C) is known color: Palm Leaf. HEX triplet: 3B, 57 and 2C. RGB value is (59,87,44). Sum of RGB (Red+Green+Blue) = 59+87+44=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 87 - color contains mainly: green. Hex color #3B572C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B572C is #C4A8D3. Grayscale: #494949. Windows color (decimal): -12888276 or 2905915. OLE color: 2905915.
HSL color Cylindrical-coordinate representation of color #3B572C: hue angle of 99.07º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B572C is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 87 | 44 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.66 |
| HSL | 99.07º | 0.33% | 0.26% | - |
| HSV(B) | 99.07º | 0.49% | 0.34% | - |
| XYZ | 5.67 | 7.93 | 3.61 | - |
| YUV | 73.73 | 111.22 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 44 | 0.32 | 0 | 0.49 | 0.66 | 99.07 | 0.33 | 0.26 |
| Hex | 3B | 57 | 2C | 20 | 0 | 31 | 42 | 63 | 21 | 1A |
| Octal | 73 | 127 | 54 | 40 | 0 | 61 | 102 | 143 | 41 | 32 |
| Binary | 111011 | 1010111 | 101100 | 100000 | 0 | 110001 | 1000010 | 1100011 | 100001 | 11010 |
Color Harmonies of #3B572C
Complementary color
Monochromatic Colors of #3B572C
Black with #3B572C
Text Example
Text Example
White with #3B572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B572C; }
p { color: rgb(59,87,44); }
H1.HeaderClassName
{
color: #3B572C;
}
.AnyTagClassName
{
color: #3B572C;
}
</style>
background-color css
<style>
a { background-color: #3B572C; }
a { background-color: rgb(59,87,44); }
div.DivClassName
{
background-color: #3B572C;
}
.BgClassName
{
background-color: #3B572C;
}
</style>
border-color css
<style>
span { border-color: #3B572C; }
span { border-color: rgb(59,87,44); }
td.TdClassName
{
border-color: #3B572C;
}
.TagClassName
{
border-color: #3B572C;
}
</style>