Shades of Palm Leaf #33572C
Tints of Palm Leaf #33572C
RGB
CMYK
RGB Variations
Color information
#33572C (or 0x33572C) is known color: Palm Leaf. HEX triplet: 33, 57 and 2C. RGB value is (51,87,44). Sum of RGB (Red+Green+Blue) = 51+87+44=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 87 (34.38% from 255 or 47.80% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 87 - color contains mainly: green. Hex color #33572C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33572C is #CCA8D3. Grayscale: #474747. Windows color (decimal): -13412564 or 2905907. OLE color: 2905907.
HSL color Cylindrical-coordinate representation of color #33572C: hue angle of 110.23º 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 #33572C is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 87 | 44 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.66 |
| HSL | 110.23º | 0.33% | 0.26% | - |
| HSV(B) | 110.23º | 0.49% | 0.34% | - |
| XYZ | 5.23 | 7.7 | 3.59 | - |
| YUV | 71.33 | 112.57 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 87 | 44 | 0.41 | 0 | 0.49 | 0.66 | 110.23 | 0.33 | 0.26 |
| Hex | 33 | 57 | 2C | 29 | 0 | 31 | 42 | 6E | 21 | 1A |
| Octal | 63 | 127 | 54 | 51 | 0 | 61 | 102 | 156 | 41 | 32 |
| Binary | 110011 | 1010111 | 101100 | 101001 | 0 | 110001 | 1000010 | 1101110 | 100001 | 11010 |
Color Harmonies of #33572C
Complementary color
Monochromatic Colors of #33572C
Black with #33572C
Text Example
Text Example
White with #33572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33572C; }
p { color: rgb(51,87,44); }
H1.HeaderClassName
{
color: #33572C;
}
.AnyTagClassName
{
color: #33572C;
}
</style>
background-color css
<style>
a { background-color: #33572C; }
a { background-color: rgb(51,87,44); }
div.DivClassName
{
background-color: #33572C;
}
.BgClassName
{
background-color: #33572C;
}
</style>
border-color css
<style>
span { border-color: #33572C; }
span { border-color: rgb(51,87,44); }
td.TdClassName
{
border-color: #33572C;
}
.TagClassName
{
border-color: #33572C;
}
</style>