Shades of Palm Leaf #335030
Tints of Palm Leaf #335030
RGB
CMYK
RGB Variations
Color information
#335030 (or 0x335030) is known color: Palm Leaf. HEX triplet: 33, 50 and 30. RGB value is (51,80,48). Sum of RGB (Red+Green+Blue) = 51+80+48=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 80 - color contains mainly: green. Hex color #335030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335030 is #CCAFCF. Grayscale: #434343. Windows color (decimal): -13414352 or 3166259. OLE color: 3166259.
HSL color Cylindrical-coordinate representation of color #335030: hue angle of 114.38º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #335030 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 80 | 48 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.69 |
| HSL | 114.38º | 0.25% | 0.25% | - |
| HSV(B) | 114.38º | 0.4% | 0.31% | - |
| XYZ | 4.77 | 6.65 | 3.83 | - |
| YUV | 67.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 48 | 0.36 | 0 | 0.40 | 0.69 | 114.38 | 0.25 | 0.25 |
| Hex | 33 | 50 | 30 | 24 | 0 | 28 | 45 | 72 | 19 | 19 |
| Octal | 63 | 120 | 60 | 44 | 0 | 50 | 105 | 162 | 31 | 31 |
| Binary | 110011 | 1010000 | 110000 | 100100 | 0 | 101000 | 1000101 | 1110010 | 11001 | 11001 |
Color Harmonies of #335030
Complementary color
Monochromatic Colors of #335030
Black with #335030
Text Example
Text Example
White with #335030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335030; }
p { color: rgb(51,80,48); }
H1.HeaderClassName
{
color: #335030;
}
.AnyTagClassName
{
color: #335030;
}
</style>
background-color css
<style>
a { background-color: #335030; }
a { background-color: rgb(51,80,48); }
div.DivClassName
{
background-color: #335030;
}
.BgClassName
{
background-color: #335030;
}
</style>
border-color css
<style>
span { border-color: #335030; }
span { border-color: rgb(51,80,48); }
td.TdClassName
{
border-color: #335030;
}
.TagClassName
{
border-color: #335030;
}
</style>