Shades of Palm Leaf #35552A
Tints of Palm Leaf #35552A
RGB
CMYK
RGB Variations
Color information
#35552A (or 0x35552A) is known color: Palm Leaf. HEX triplet: 35, 55 and 2A. RGB value is (53,85,42). Sum of RGB (Red+Green+Blue) = 53+85+42=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #35552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35552A is #CAAAD5. Grayscale: #464646. Windows color (decimal): -13282006 or 2774325. OLE color: 2774325.
HSL color Cylindrical-coordinate representation of color #35552A: hue angle of 104.65º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35552A is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 85 | 42 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.67 |
| HSL | 104.65º | 0.34% | 0.25% | - |
| HSV(B) | 104.65º | 0.51% | 0.33% | - |
| XYZ | 5.13 | 7.42 | 3.35 | - |
| YUV | 70.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 42 | 0.38 | 0 | 0.51 | 0.67 | 104.65 | 0.34 | 0.25 |
| Hex | 35 | 55 | 2A | 26 | 0 | 33 | 43 | 69 | 22 | 19 |
| Octal | 65 | 125 | 52 | 46 | 0 | 63 | 103 | 151 | 42 | 31 |
| Binary | 110101 | 1010101 | 101010 | 100110 | 0 | 110011 | 1000011 | 1101001 | 100010 | 11001 |
Color Harmonies of #35552A
Complementary color
Monochromatic Colors of #35552A
Black with #35552A
Text Example
Text Example
White with #35552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35552A; }
p { color: rgb(53,85,42); }
H1.HeaderClassName
{
color: #35552A;
}
.AnyTagClassName
{
color: #35552A;
}
</style>
background-color css
<style>
a { background-color: #35552A; }
a { background-color: rgb(53,85,42); }
div.DivClassName
{
background-color: #35552A;
}
.BgClassName
{
background-color: #35552A;
}
</style>
border-color css
<style>
span { border-color: #35552A; }
span { border-color: rgb(53,85,42); }
td.TdClassName
{
border-color: #35552A;
}
.TagClassName
{
border-color: #35552A;
}
</style>