Shades of Palm Leaf #334C21
Tints of Palm Leaf #334C21
RGB
CMYK
RGB Variations
Color information
#334C21 (or 0x334C21) is known color: Palm Leaf. HEX triplet: 33, 4C and 21. RGB value is (51,76,33). Sum of RGB (Red+Green+Blue) = 51+76+33=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 76 - color contains mainly: green. Hex color #334C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C21 is #CCB3DE. Grayscale: #3F3F3F. Windows color (decimal): -13415391 or 2182195. OLE color: 2182195.
HSL color Cylindrical-coordinate representation of color #334C21: hue angle of 94.88º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #334C21 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 76 | 33 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.70 |
| HSL | 94.88º | 0.39% | 0.21% | - |
| HSV(B) | 94.88º | 0.57% | 0.3% | - |
| XYZ | 4.22 | 5.98 | 2.37 | - |
| YUV | 63.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 33 | 0.33 | 0 | 0.57 | 0.70 | 94.88 | 0.39 | 0.21 |
| Hex | 33 | 4C | 21 | 21 | 0 | 39 | 46 | 5F | 27 | 15 |
| Octal | 63 | 114 | 41 | 41 | 0 | 71 | 106 | 137 | 47 | 25 |
| Binary | 110011 | 1001100 | 100001 | 100001 | 0 | 111001 | 1000110 | 1011111 | 100111 | 10101 |
Color Harmonies of #334C21
Complementary color
Monochromatic Colors of #334C21
Black with #334C21
Text Example
Text Example
White with #334C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C21; }
p { color: rgb(51,76,33); }
H1.HeaderClassName
{
color: #334C21;
}
.AnyTagClassName
{
color: #334C21;
}
</style>
background-color css
<style>
a { background-color: #334C21; }
a { background-color: rgb(51,76,33); }
div.DivClassName
{
background-color: #334C21;
}
.BgClassName
{
background-color: #334C21;
}
</style>
border-color css
<style>
span { border-color: #334C21; }
span { border-color: rgb(51,76,33); }
td.TdClassName
{
border-color: #334C21;
}
.TagClassName
{
border-color: #334C21;
}
</style>