Shades of Palm Leaf #334E2A
Tints of Palm Leaf #334E2A
RGB
CMYK
RGB Variations
Color information
#334E2A (or 0x334E2A) is known color: Palm Leaf. HEX triplet: 33, 4E and 2A. RGB value is (51,78,42). Sum of RGB (Red+Green+Blue) = 51+78+42=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #334E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334E2A is #CCB1D5. Grayscale: #414141. Windows color (decimal): -13414870 or 2772531. OLE color: 2772531.
HSL color Cylindrical-coordinate representation of color #334E2A: hue angle of 105º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #334E2A is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 78 | 42 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.69 |
| HSL | 105º | 0.3% | 0.24% | - |
| HSV(B) | 105º | 0.46% | 0.31% | - |
| XYZ | 4.51 | 6.32 | 3.17 | - |
| YUV | 65.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 42 | 0.35 | 0 | 0.46 | 0.69 | 105 | 0.3 | 0.24 |
| Hex | 33 | 4E | 2A | 23 | 0 | 2E | 45 | 69 | 1E | 18 |
| Octal | 63 | 116 | 52 | 43 | 0 | 56 | 105 | 151 | 36 | 30 |
| Binary | 110011 | 1001110 | 101010 | 100011 | 0 | 101110 | 1000101 | 1101001 | 11110 | 11000 |
Color Harmonies of #334E2A
Complementary color
Monochromatic Colors of #334E2A
Black with #334E2A
Text Example
Text Example
White with #334E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334E2A; }
p { color: rgb(51,78,42); }
H1.HeaderClassName
{
color: #334E2A;
}
.AnyTagClassName
{
color: #334E2A;
}
</style>
background-color css
<style>
a { background-color: #334E2A; }
a { background-color: rgb(51,78,42); }
div.DivClassName
{
background-color: #334E2A;
}
.BgClassName
{
background-color: #334E2A;
}
</style>
border-color css
<style>
span { border-color: #334E2A; }
span { border-color: rgb(51,78,42); }
td.TdClassName
{
border-color: #334E2A;
}
.TagClassName
{
border-color: #334E2A;
}
</style>