Shades of Palm Leaf #35472F
Tints of Palm Leaf #35472F
RGB
CMYK
RGB Variations
Color information
#35472F (or 0x35472F) is known color: Palm Leaf. HEX triplet: 35, 47 and 2F. RGB value is (53,71,47). Sum of RGB (Red+Green+Blue) = 53+71+47=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 71 - color contains mainly: green. Hex color #35472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35472F is #CAB8D0. Grayscale: #3E3E3E. Windows color (decimal): -13285585 or 3098421. OLE color: 3098421.
HSL color Cylindrical-coordinate representation of color #35472F: hue angle of 105º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #35472F is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 71 | 47 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.72 |
| HSL | 105º | 0.2% | 0.23% | - |
| HSV(B) | 105º | 0.34% | 0.28% | - |
| XYZ | 4.23 | 5.47 | 3.52 | - |
| YUV | 62.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 71 | 47 | 0.25 | 0 | 0.34 | 0.72 | 105 | 0.2 | 0.23 |
| Hex | 35 | 47 | 2F | 19 | 0 | 22 | 48 | 69 | 14 | 17 |
| Octal | 65 | 107 | 57 | 31 | 0 | 42 | 110 | 151 | 24 | 27 |
| Binary | 110101 | 1000111 | 101111 | 11001 | 0 | 100010 | 1001000 | 1101001 | 10100 | 10111 |
Color Harmonies of #35472F
Complementary color
Monochromatic Colors of #35472F
Black with #35472F
Text Example
Text Example
White with #35472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35472F; }
p { color: rgb(53,71,47); }
H1.HeaderClassName
{
color: #35472F;
}
.AnyTagClassName
{
color: #35472F;
}
</style>
background-color css
<style>
a { background-color: #35472F; }
a { background-color: rgb(53,71,47); }
div.DivClassName
{
background-color: #35472F;
}
.BgClassName
{
background-color: #35472F;
}
</style>
border-color css
<style>
span { border-color: #35472F; }
span { border-color: rgb(53,71,47); }
td.TdClassName
{
border-color: #35472F;
}
.TagClassName
{
border-color: #35472F;
}
</style>