Shades of Palm Leaf #35502C
Tints of Palm Leaf #35502C
RGB
CMYK
RGB Variations
Color information
#35502C (or 0x35502C) is known color: Palm Leaf. HEX triplet: 35, 50 and 2C. RGB value is (53,80,44). Sum of RGB (Red+Green+Blue) = 53+80+44=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #35502C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35502C is #CAAFD3. Grayscale: #434343. Windows color (decimal): -13283284 or 2904117. OLE color: 2904117.
HSL color Cylindrical-coordinate representation of color #35502C: hue angle of 105º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35502C is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 80 | 44 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.69 |
| HSL | 105º | 0.29% | 0.24% | - |
| HSV(B) | 105º | 0.45% | 0.31% | - |
| XYZ | 4.79 | 6.68 | 3.42 | - |
| YUV | 67.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 44 | 0.34 | 0 | 0.45 | 0.69 | 105 | 0.29 | 0.24 |
| Hex | 35 | 50 | 2C | 22 | 0 | 2D | 45 | 69 | 1D | 18 |
| Octal | 65 | 120 | 54 | 42 | 0 | 55 | 105 | 151 | 35 | 30 |
| Binary | 110101 | 1010000 | 101100 | 100010 | 0 | 101101 | 1000101 | 1101001 | 11101 | 11000 |
Color Harmonies of #35502C
Complementary color
Monochromatic Colors of #35502C
Black with #35502C
Text Example
Text Example
White with #35502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35502C; }
p { color: rgb(53,80,44); }
H1.HeaderClassName
{
color: #35502C;
}
.AnyTagClassName
{
color: #35502C;
}
</style>
background-color css
<style>
a { background-color: #35502C; }
a { background-color: rgb(53,80,44); }
div.DivClassName
{
background-color: #35502C;
}
.BgClassName
{
background-color: #35502C;
}
</style>
border-color css
<style>
span { border-color: #35502C; }
span { border-color: rgb(53,80,44); }
td.TdClassName
{
border-color: #35502C;
}
.TagClassName
{
border-color: #35502C;
}
</style>