Shades of Palm Leaf #334C23
Tints of Palm Leaf #334C23
RGB
CMYK
RGB Variations
Color information
#334C23 (or 0x334C23) is known color: Palm Leaf. HEX triplet: 33, 4C and 23. RGB value is (51,76,35). Sum of RGB (Red+Green+Blue) = 51+76+35=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 76 - color contains mainly: green. Hex color #334C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C23 is #CCB3DC. Grayscale: #3F3F3F. Windows color (decimal): -13415389 or 2313267. OLE color: 2313267.
HSL color Cylindrical-coordinate representation of color #334C23: hue angle of 96.59º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #334C23 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 76 | 35 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.70 |
| HSL | 96.59º | 0.37% | 0.22% | - |
| HSV(B) | 96.59º | 0.54% | 0.3% | - |
| XYZ | 4.25 | 5.99 | 2.52 | - |
| YUV | 63.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 35 | 0.33 | 0 | 0.54 | 0.70 | 96.59 | 0.37 | 0.22 |
| Hex | 33 | 4C | 23 | 21 | 0 | 36 | 46 | 61 | 25 | 16 |
| Octal | 63 | 114 | 43 | 41 | 0 | 66 | 106 | 141 | 45 | 26 |
| Binary | 110011 | 1001100 | 100011 | 100001 | 0 | 110110 | 1000110 | 1100001 | 100101 | 10110 |
Color Harmonies of #334C23
Complementary color
Monochromatic Colors of #334C23
Black with #334C23
Text Example
Text Example
White with #334C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C23; }
p { color: rgb(51,76,35); }
H1.HeaderClassName
{
color: #334C23;
}
.AnyTagClassName
{
color: #334C23;
}
</style>
background-color css
<style>
a { background-color: #334C23; }
a { background-color: rgb(51,76,35); }
div.DivClassName
{
background-color: #334C23;
}
.BgClassName
{
background-color: #334C23;
}
</style>
border-color css
<style>
span { border-color: #334C23; }
span { border-color: rgb(51,76,35); }
td.TdClassName
{
border-color: #334C23;
}
.TagClassName
{
border-color: #334C23;
}
</style>