Shades of Palm Leaf #334E29
Tints of Palm Leaf #334E29
RGB
CMYK
RGB Variations
Color information
#334E29 (or 0x334E29) is known color: Palm Leaf. HEX triplet: 33, 4E and 29. RGB value is (51,78,41). Sum of RGB (Red+Green+Blue) = 51+78+41=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 78 - color contains mainly: green. Hex color #334E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334E29 is #CCB1D6. Grayscale: #414141. Windows color (decimal): -13414871 or 2706995. OLE color: 2706995.
HSL color Cylindrical-coordinate representation of color #334E29: hue angle of 103.78º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #334E29 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 78 | 41 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.69 |
| HSL | 103.78º | 0.31% | 0.23% | - |
| HSV(B) | 103.78º | 0.47% | 0.31% | - |
| XYZ | 4.49 | 6.31 | 3.08 | - |
| YUV | 65.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 41 | 0.35 | 0 | 0.47 | 0.69 | 103.78 | 0.31 | 0.23 |
| Hex | 33 | 4E | 29 | 23 | 0 | 2F | 45 | 68 | 1F | 17 |
| Octal | 63 | 116 | 51 | 43 | 0 | 57 | 105 | 150 | 37 | 27 |
| Binary | 110011 | 1001110 | 101001 | 100011 | 0 | 101111 | 1000101 | 1101000 | 11111 | 10111 |
Color Harmonies of #334E29
Complementary color
Monochromatic Colors of #334E29
Black with #334E29
Text Example
Text Example
White with #334E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334E29; }
p { color: rgb(51,78,41); }
H1.HeaderClassName
{
color: #334E29;
}
.AnyTagClassName
{
color: #334E29;
}
</style>
background-color css
<style>
a { background-color: #334E29; }
a { background-color: rgb(51,78,41); }
div.DivClassName
{
background-color: #334E29;
}
.BgClassName
{
background-color: #334E29;
}
</style>
border-color css
<style>
span { border-color: #334E29; }
span { border-color: rgb(51,78,41); }
td.TdClassName
{
border-color: #334E29;
}
.TagClassName
{
border-color: #334E29;
}
</style>