Shades of Palm Leaf #334528
Tints of Palm Leaf #334528
RGB
CMYK
RGB Variations
Color information
#334528 (or 0x334528) is known color: Palm Leaf. HEX triplet: 33, 45 and 28. RGB value is (51,69,40). Sum of RGB (Red+Green+Blue) = 51+69+40=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 69 - color contains mainly: green. Hex color #334528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334528 is #CCBAD7. Grayscale: #3C3C3C. Windows color (decimal): -13417176 or 2639155. OLE color: 2639155.
HSL color Cylindrical-coordinate representation of color #334528: hue angle of 97.24º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #334528 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 69 | 40 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.73 |
| HSL | 97.24º | 0.27% | 0.21% | - |
| HSV(B) | 97.24º | 0.42% | 0.27% | - |
| XYZ | 3.88 | 5.11 | 2.79 | - |
| YUV | 60.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 40 | 0.26 | 0 | 0.42 | 0.73 | 97.24 | 0.27 | 0.21 |
| Hex | 33 | 45 | 28 | 1A | 0 | 2A | 49 | 61 | 1B | 15 |
| Octal | 63 | 105 | 50 | 32 | 0 | 52 | 111 | 141 | 33 | 25 |
| Binary | 110011 | 1000101 | 101000 | 11010 | 0 | 101010 | 1001001 | 1100001 | 11011 | 10101 |
Color Harmonies of #334528
Complementary color
Monochromatic Colors of #334528
Black with #334528
Text Example
Text Example
White with #334528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334528; }
p { color: rgb(51,69,40); }
H1.HeaderClassName
{
color: #334528;
}
.AnyTagClassName
{
color: #334528;
}
</style>
background-color css
<style>
a { background-color: #334528; }
a { background-color: rgb(51,69,40); }
div.DivClassName
{
background-color: #334528;
}
.BgClassName
{
background-color: #334528;
}
</style>
border-color css
<style>
span { border-color: #334528; }
span { border-color: rgb(51,69,40); }
td.TdClassName
{
border-color: #334528;
}
.TagClassName
{
border-color: #334528;
}
</style>