Shades of Palm Leaf #35472A
Tints of Palm Leaf #35472A
RGB
CMYK
RGB Variations
Color information
#35472A (or 0x35472A) is known color: Palm Leaf. HEX triplet: 35, 47 and 2A. RGB value is (53,71,42). Sum of RGB (Red+Green+Blue) = 53+71+42=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 71 - color contains mainly: green. Hex color #35472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35472A is #CAB8D5. Grayscale: #3E3E3E. Windows color (decimal): -13285590 or 2770741. OLE color: 2770741.
HSL color Cylindrical-coordinate representation of color #35472A: hue angle of 97.24º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #35472A is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 71 | 42 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.72 |
| HSL | 97.24º | 0.26% | 0.22% | - |
| HSV(B) | 97.24º | 0.41% | 0.28% | - |
| XYZ | 4.14 | 5.43 | 3.02 | - |
| YUV | 62.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 71 | 42 | 0.25 | 0 | 0.41 | 0.72 | 97.24 | 0.26 | 0.22 |
| Hex | 35 | 47 | 2A | 19 | 0 | 29 | 48 | 61 | 1A | 16 |
| Octal | 65 | 107 | 52 | 31 | 0 | 51 | 110 | 141 | 32 | 26 |
| Binary | 110101 | 1000111 | 101010 | 11001 | 0 | 101001 | 1001000 | 1100001 | 11010 | 10110 |
Color Harmonies of #35472A
Complementary color
Monochromatic Colors of #35472A
Black with #35472A
Text Example
Text Example
White with #35472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35472A; }
p { color: rgb(53,71,42); }
H1.HeaderClassName
{
color: #35472A;
}
.AnyTagClassName
{
color: #35472A;
}
</style>
background-color css
<style>
a { background-color: #35472A; }
a { background-color: rgb(53,71,42); }
div.DivClassName
{
background-color: #35472A;
}
.BgClassName
{
background-color: #35472A;
}
</style>
border-color css
<style>
span { border-color: #35472A; }
span { border-color: rgb(53,71,42); }
td.TdClassName
{
border-color: #35472A;
}
.TagClassName
{
border-color: #35472A;
}
</style>