Shades of Palm Leaf #334726
Tints of Palm Leaf #334726
RGB
CMYK
RGB Variations
Color information
#334726 (or 0x334726) is known color: Palm Leaf. HEX triplet: 33, 47 and 26. RGB value is (51,71,38). Sum of RGB (Red+Green+Blue) = 51+71+38=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #334726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334726 is #CCB8D9. Grayscale: #3D3D3D. Windows color (decimal): -13416666 or 2508595. OLE color: 2508595.
HSL color Cylindrical-coordinate representation of color #334726: hue angle of 96.36º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #334726 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 71 | 38 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.72 |
| HSL | 96.36º | 0.3% | 0.21% | - |
| HSV(B) | 96.36º | 0.46% | 0.28% | - |
| XYZ | 3.97 | 5.35 | 2.66 | - |
| YUV | 61.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 38 | 0.28 | 0 | 0.46 | 0.72 | 96.36 | 0.3 | 0.21 |
| Hex | 33 | 47 | 26 | 1C | 0 | 2E | 48 | 60 | 1E | 15 |
| Octal | 63 | 107 | 46 | 34 | 0 | 56 | 110 | 140 | 36 | 25 |
| Binary | 110011 | 1000111 | 100110 | 11100 | 0 | 101110 | 1001000 | 1100000 | 11110 | 10101 |
Color Harmonies of #334726
Complementary color
Monochromatic Colors of #334726
Black with #334726
Text Example
Text Example
White with #334726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334726; }
p { color: rgb(51,71,38); }
H1.HeaderClassName
{
color: #334726;
}
.AnyTagClassName
{
color: #334726;
}
</style>
background-color css
<style>
a { background-color: #334726; }
a { background-color: rgb(51,71,38); }
div.DivClassName
{
background-color: #334726;
}
.BgClassName
{
background-color: #334726;
}
</style>
border-color css
<style>
span { border-color: #334726; }
span { border-color: rgb(51,71,38); }
td.TdClassName
{
border-color: #334726;
}
.TagClassName
{
border-color: #334726;
}
</style>