Shades of Palm Leaf #334A32
Tints of Palm Leaf #334A32
RGB
CMYK
RGB Variations
Color information
#334A32 (or 0x334A32) is known color: Palm Leaf. HEX triplet: 33, 4A and 32. RGB value is (51,74,50). Sum of RGB (Red+Green+Blue) = 51+74+50=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 74 - color contains mainly: green. Hex color #334A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334A32 is #CCB5CD. Grayscale: #404040. Windows color (decimal): -13415886 or 3295795. OLE color: 3295795.
HSL color Cylindrical-coordinate representation of color #334A32: hue angle of 117.5º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #334A32 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 74 | 50 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.71 |
| HSL | 117.5º | 0.19% | 0.24% | - |
| HSV(B) | 117.5º | 0.32% | 0.29% | - |
| XYZ | 4.39 | 5.83 | 3.91 | - |
| YUV | 64.39 | 119.88 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 50 | 0.31 | 0 | 0.32 | 0.71 | 117.5 | 0.19 | 0.24 |
| Hex | 33 | 4A | 32 | 1F | 0 | 20 | 47 | 76 | 13 | 18 |
| Octal | 63 | 112 | 62 | 37 | 0 | 40 | 107 | 166 | 23 | 30 |
| Binary | 110011 | 1001010 | 110010 | 11111 | 0 | 100000 | 1000111 | 1110110 | 10011 | 11000 |
Color Harmonies of #334A32
Complementary color
Monochromatic Colors of #334A32
Black with #334A32
Text Example
Text Example
White with #334A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334A32; }
p { color: rgb(51,74,50); }
H1.HeaderClassName
{
color: #334A32;
}
.AnyTagClassName
{
color: #334A32;
}
</style>
background-color css
<style>
a { background-color: #334A32; }
a { background-color: rgb(51,74,50); }
div.DivClassName
{
background-color: #334A32;
}
.BgClassName
{
background-color: #334A32;
}
</style>
border-color css
<style>
span { border-color: #334A32; }
span { border-color: rgb(51,74,50); }
td.TdClassName
{
border-color: #334A32;
}
.TagClassName
{
border-color: #334A32;
}
</style>