Shades of Palm Leaf #335D18
Tints of Palm Leaf #335D18
RGB
CMYK
RGB Variations
Color information
#335D18 (or 0x335D18) is known color: Palm Leaf. HEX triplet: 33, 5D and 18. RGB value is (51,93,24). Sum of RGB (Red+Green+Blue) = 51+93+24=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 93 (36.72% from 255 or 55.36% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 93 - color contains mainly: green. Hex color #335D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335D18 is #CCA2E7. Grayscale: #484848. Windows color (decimal): -13411048 or 1596723. OLE color: 1596723.
HSL color Cylindrical-coordinate representation of color #335D18: hue angle of 96.52º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #335D18 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 93 | 24 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.64 |
| HSL | 96.52º | 0.59% | 0.23% | - |
| HSV(B) | 96.52º | 0.74% | 0.36% | - |
| XYZ | 5.44 | 8.6 | 2.24 | - |
| YUV | 72.58 | 100.59 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 24 | 0.45 | 0 | 0.74 | 0.64 | 96.52 | 0.59 | 0.23 |
| Hex | 33 | 5D | 18 | 2D | 0 | 4A | 40 | 61 | 3B | 17 |
| Octal | 63 | 135 | 30 | 55 | 0 | 112 | 100 | 141 | 73 | 27 |
| Binary | 110011 | 1011101 | 11000 | 101101 | 0 | 1001010 | 1000000 | 1100001 | 111011 | 10111 |
Color Harmonies of #335D18
Complementary color
Monochromatic Colors of #335D18
Black with #335D18
Text Example
Text Example
White with #335D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D18; }
p { color: rgb(51,93,24); }
H1.HeaderClassName
{
color: #335D18;
}
.AnyTagClassName
{
color: #335D18;
}
</style>
background-color css
<style>
a { background-color: #335D18; }
a { background-color: rgb(51,93,24); }
div.DivClassName
{
background-color: #335D18;
}
.BgClassName
{
background-color: #335D18;
}
</style>
border-color css
<style>
span { border-color: #335D18; }
span { border-color: rgb(51,93,24); }
td.TdClassName
{
border-color: #335D18;
}
.TagClassName
{
border-color: #335D18;
}
</style>