Shades of Palm Leaf #335229
Tints of Palm Leaf #335229
RGB
CMYK
RGB Variations
Color information
#335229 (or 0x335229) is known color: Palm Leaf. HEX triplet: 33, 52 and 29. RGB value is (51,82,41). Sum of RGB (Red+Green+Blue) = 51+82+41=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #335229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335229 is #CCADD6. Grayscale: #444444. Windows color (decimal): -13413847 or 2708019. OLE color: 2708019.
HSL color Cylindrical-coordinate representation of color #335229: hue angle of 105.37º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #335229 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 82 | 41 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.68 |
| HSL | 105.37º | 0.33% | 0.24% | - |
| HSV(B) | 105.37º | 0.5% | 0.32% | - |
| XYZ | 4.78 | 6.9 | 3.18 | - |
| YUV | 68.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 41 | 0.38 | 0 | 0.50 | 0.68 | 105.37 | 0.33 | 0.24 |
| Hex | 33 | 52 | 29 | 26 | 0 | 32 | 44 | 69 | 21 | 18 |
| Octal | 63 | 122 | 51 | 46 | 0 | 62 | 104 | 151 | 41 | 30 |
| Binary | 110011 | 1010010 | 101001 | 100110 | 0 | 110010 | 1000100 | 1101001 | 100001 | 11000 |
Color Harmonies of #335229
Complementary color
Monochromatic Colors of #335229
Black with #335229
Text Example
Text Example
White with #335229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335229; }
p { color: rgb(51,82,41); }
H1.HeaderClassName
{
color: #335229;
}
.AnyTagClassName
{
color: #335229;
}
</style>
background-color css
<style>
a { background-color: #335229; }
a { background-color: rgb(51,82,41); }
div.DivClassName
{
background-color: #335229;
}
.BgClassName
{
background-color: #335229;
}
</style>
border-color css
<style>
span { border-color: #335229; }
span { border-color: rgb(51,82,41); }
td.TdClassName
{
border-color: #335229;
}
.TagClassName
{
border-color: #335229;
}
</style>