Shades of Palm Leaf #334D26
Tints of Palm Leaf #334D26
RGB
CMYK
RGB Variations
Color information
#334D26 (or 0x334D26) is known color: Palm Leaf. HEX triplet: 33, 4D and 26. RGB value is (51,77,38). Sum of RGB (Red+Green+Blue) = 51+77+38=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 77 - color contains mainly: green. Hex color #334D26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D26 is #CCB2D9. Grayscale: #404040. Windows color (decimal): -13415130 or 2510131. OLE color: 2510131.
HSL color Cylindrical-coordinate representation of color #334D26: hue angle of 100º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #334D26 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 77 | 38 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.70 |
| HSL | 100º | 0.34% | 0.23% | - |
| HSV(B) | 100º | 0.51% | 0.3% | - |
| XYZ | 4.37 | 6.15 | 2.79 | - |
| YUV | 64.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 38 | 0.34 | 0 | 0.51 | 0.70 | 100 | 0.34 | 0.23 |
| Hex | 33 | 4D | 26 | 22 | 0 | 33 | 46 | 64 | 22 | 17 |
| Octal | 63 | 115 | 46 | 42 | 0 | 63 | 106 | 144 | 42 | 27 |
| Binary | 110011 | 1001101 | 100110 | 100010 | 0 | 110011 | 1000110 | 1100100 | 100010 | 10111 |
Color Harmonies of #334D26
Complementary color
Monochromatic Colors of #334D26
Black with #334D26
Text Example
Text Example
White with #334D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D26; }
p { color: rgb(51,77,38); }
H1.HeaderClassName
{
color: #334D26;
}
.AnyTagClassName
{
color: #334D26;
}
</style>
background-color css
<style>
a { background-color: #334D26; }
a { background-color: rgb(51,77,38); }
div.DivClassName
{
background-color: #334D26;
}
.BgClassName
{
background-color: #334D26;
}
</style>
border-color css
<style>
span { border-color: #334D26; }
span { border-color: rgb(51,77,38); }
td.TdClassName
{
border-color: #334D26;
}
.TagClassName
{
border-color: #334D26;
}
</style>