Shades of Palm Leaf #335123
Tints of Palm Leaf #335123
RGB
CMYK
RGB Variations
Color information
#335123 (or 0x335123) is known color: Palm Leaf. HEX triplet: 33, 51 and 23. RGB value is (51,81,35). Sum of RGB (Red+Green+Blue) = 51+81+35=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 81 - color contains mainly: green. Hex color #335123 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335123 is #CCAEDC. Grayscale: #424242. Windows color (decimal): -13414109 or 2314547. OLE color: 2314547.
HSL color Cylindrical-coordinate representation of color #335123: hue angle of 99.13º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #335123 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 81 | 35 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.68 |
| HSL | 99.13º | 0.4% | 0.23% | - |
| HSV(B) | 99.13º | 0.57% | 0.32% | - |
| XYZ | 4.61 | 6.71 | 2.64 | - |
| YUV | 66.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 35 | 0.37 | 0 | 0.57 | 0.68 | 99.13 | 0.4 | 0.23 |
| Hex | 33 | 51 | 23 | 25 | 0 | 39 | 44 | 63 | 28 | 17 |
| Octal | 63 | 121 | 43 | 45 | 0 | 71 | 104 | 143 | 50 | 27 |
| Binary | 110011 | 1010001 | 100011 | 100101 | 0 | 111001 | 1000100 | 1100011 | 101000 | 10111 |
Color Harmonies of #335123
Complementary color
Monochromatic Colors of #335123
Black with #335123
Text Example
Text Example
White with #335123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335123; }
p { color: rgb(51,81,35); }
H1.HeaderClassName
{
color: #335123;
}
.AnyTagClassName
{
color: #335123;
}
</style>
background-color css
<style>
a { background-color: #335123; }
a { background-color: rgb(51,81,35); }
div.DivClassName
{
background-color: #335123;
}
.BgClassName
{
background-color: #335123;
}
</style>
border-color css
<style>
span { border-color: #335123; }
span { border-color: rgb(51,81,35); }
td.TdClassName
{
border-color: #335123;
}
.TagClassName
{
border-color: #335123;
}
</style>