Shades of Palm Leaf #355523
Tints of Palm Leaf #355523
RGB
CMYK
RGB Variations
Color information
#355523 (or 0x355523) is known color: Palm Leaf. HEX triplet: 35, 55 and 23. RGB value is (53,85,35). Sum of RGB (Red+Green+Blue) = 53+85+35=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #355523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355523 is #CAAADC. Grayscale: #454545. Windows color (decimal): -13282013 or 2315573. OLE color: 2315573.
HSL color Cylindrical-coordinate representation of color #355523: hue angle of 98.4º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #355523 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 85 | 35 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.67 |
| HSL | 98.4º | 0.42% | 0.24% | - |
| HSV(B) | 98.4º | 0.59% | 0.33% | - |
| XYZ | 5.02 | 7.38 | 2.75 | - |
| YUV | 69.73 | 108.4 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 35 | 0.38 | 0 | 0.59 | 0.67 | 98.4 | 0.42 | 0.24 |
| Hex | 35 | 55 | 23 | 26 | 0 | 3B | 43 | 62 | 2A | 18 |
| Octal | 65 | 125 | 43 | 46 | 0 | 73 | 103 | 142 | 52 | 30 |
| Binary | 110101 | 1010101 | 100011 | 100110 | 0 | 111011 | 1000011 | 1100010 | 101010 | 11000 |
Color Harmonies of #355523
Complementary color
Monochromatic Colors of #355523
Black with #355523
Text Example
Text Example
White with #355523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355523; }
p { color: rgb(53,85,35); }
H1.HeaderClassName
{
color: #355523;
}
.AnyTagClassName
{
color: #355523;
}
</style>
background-color css
<style>
a { background-color: #355523; }
a { background-color: rgb(53,85,35); }
div.DivClassName
{
background-color: #355523;
}
.BgClassName
{
background-color: #355523;
}
</style>
border-color css
<style>
span { border-color: #355523; }
span { border-color: rgb(53,85,35); }
td.TdClassName
{
border-color: #355523;
}
.TagClassName
{
border-color: #355523;
}
</style>