Shades of Palm Leaf #334732
Tints of Palm Leaf #334732
RGB
CMYK
RGB Variations
Color information
#334732 (or 0x334732) is known color: Palm Leaf. HEX triplet: 33, 47 and 32. RGB value is (51,71,50). Sum of RGB (Red+Green+Blue) = 51+71+50=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #334732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334732 is #CCB8CD. Grayscale: #3E3E3E. Windows color (decimal): -13416654 or 3295027. OLE color: 3295027.
HSL color Cylindrical-coordinate representation of color #334732: hue angle of 117.14º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #334732 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 71 | 50 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.72 |
| HSL | 117.14º | 0.17% | 0.24% | - |
| HSV(B) | 117.14º | 0.3% | 0.28% | - |
| XYZ | 4.19 | 5.44 | 3.85 | - |
| YUV | 62.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 50 | 0.28 | 0 | 0.30 | 0.72 | 117.14 | 0.17 | 0.24 |
| Hex | 33 | 47 | 32 | 1C | 0 | 1E | 48 | 75 | 11 | 18 |
| Octal | 63 | 107 | 62 | 34 | 0 | 36 | 110 | 165 | 21 | 30 |
| Binary | 110011 | 1000111 | 110010 | 11100 | 0 | 11110 | 1001000 | 1110101 | 10001 | 11000 |
Color Harmonies of #334732
Complementary color
Monochromatic Colors of #334732
Black with #334732
Text Example
Text Example
White with #334732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334732; }
p { color: rgb(51,71,50); }
H1.HeaderClassName
{
color: #334732;
}
.AnyTagClassName
{
color: #334732;
}
</style>
background-color css
<style>
a { background-color: #334732; }
a { background-color: rgb(51,71,50); }
div.DivClassName
{
background-color: #334732;
}
.BgClassName
{
background-color: #334732;
}
</style>
border-color css
<style>
span { border-color: #334732; }
span { border-color: rgb(51,71,50); }
td.TdClassName
{
border-color: #334732;
}
.TagClassName
{
border-color: #334732;
}
</style>