Shades of Palm Leaf #334E2D
Tints of Palm Leaf #334E2D
RGB
CMYK
RGB Variations
Color information
#334E2D (or 0x334E2D) is known color: Palm Leaf. HEX triplet: 33, 4E and 2D. RGB value is (51,78,45). Sum of RGB (Red+Green+Blue) = 51+78+45=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 78 - color contains mainly: green. Hex color #334E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334E2D is #CCB1D2. Grayscale: #424242. Windows color (decimal): -13414867 or 2969139. OLE color: 2969139.
HSL color Cylindrical-coordinate representation of color #334E2D: hue angle of 109.09º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #334E2D is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 78 | 45 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.69 |
| HSL | 109.09º | 0.27% | 0.24% | - |
| HSV(B) | 109.09º | 0.42% | 0.31% | - |
| XYZ | 4.56 | 6.34 | 3.47 | - |
| YUV | 66.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 45 | 0.35 | 0 | 0.42 | 0.69 | 109.09 | 0.27 | 0.24 |
| Hex | 33 | 4E | 2D | 23 | 0 | 2A | 45 | 6D | 1B | 18 |
| Octal | 63 | 116 | 55 | 43 | 0 | 52 | 105 | 155 | 33 | 30 |
| Binary | 110011 | 1001110 | 101101 | 100011 | 0 | 101010 | 1000101 | 1101101 | 11011 | 11000 |
Color Harmonies of #334E2D
Complementary color
Monochromatic Colors of #334E2D
Black with #334E2D
Text Example
Text Example
White with #334E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334E2D; }
p { color: rgb(51,78,45); }
H1.HeaderClassName
{
color: #334E2D;
}
.AnyTagClassName
{
color: #334E2D;
}
</style>
background-color css
<style>
a { background-color: #334E2D; }
a { background-color: rgb(51,78,45); }
div.DivClassName
{
background-color: #334E2D;
}
.BgClassName
{
background-color: #334E2D;
}
</style>
border-color css
<style>
span { border-color: #334E2D; }
span { border-color: rgb(51,78,45); }
td.TdClassName
{
border-color: #334E2D;
}
.TagClassName
{
border-color: #334E2D;
}
</style>