Shades of Palm Leaf #334032
Tints of Palm Leaf #334032
RGB
CMYK
RGB Variations
Color information
#334032 (or 0x334032) is known color: Palm Leaf. HEX triplet: 33, 40 and 32. RGB value is (51,64,50). Sum of RGB (Red+Green+Blue) = 51+64+50=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 64 - color contains mainly: green. Hex color #334032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334032 is #CCBFCD. Grayscale: #3A3A3A. Windows color (decimal): -13418446 or 3293235. OLE color: 3293235.
HSL color Cylindrical-coordinate representation of color #334032: hue angle of 115.71º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #334032 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 64 | 50 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.75 |
| HSL | 115.71º | 0.12% | 0.22% | - |
| HSV(B) | 115.71º | 0.22% | 0.25% | - |
| XYZ | 3.77 | 4.6 | 3.71 | - |
| YUV | 58.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 50 | 0.20 | 0 | 0.22 | 0.75 | 115.71 | 0.12 | 0.22 |
| Hex | 33 | 40 | 32 | 14 | 0 | 16 | 4B | 74 | C | 16 |
| Octal | 63 | 100 | 62 | 24 | 0 | 26 | 113 | 164 | 14 | 26 |
| Binary | 110011 | 1000000 | 110010 | 10100 | 0 | 10110 | 1001011 | 1110100 | 1100 | 10110 |
Color Harmonies of #334032
Complementary color
Monochromatic Colors of #334032
Black with #334032
Text Example
Text Example
White with #334032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334032; }
p { color: rgb(51,64,50); }
H1.HeaderClassName
{
color: #334032;
}
.AnyTagClassName
{
color: #334032;
}
</style>
background-color css
<style>
a { background-color: #334032; }
a { background-color: rgb(51,64,50); }
div.DivClassName
{
background-color: #334032;
}
.BgClassName
{
background-color: #334032;
}
</style>
border-color css
<style>
span { border-color: #334032; }
span { border-color: rgb(51,64,50); }
td.TdClassName
{
border-color: #334032;
}
.TagClassName
{
border-color: #334032;
}
</style>