Shades of Palm Leaf #35422E
Tints of Palm Leaf #35422E
RGB
CMYK
RGB Variations
Color information
#35422E (or 0x35422E) is known color: Palm Leaf. HEX triplet: 35, 42 and 2E. RGB value is (53,66,46). Sum of RGB (Red+Green+Blue) = 53+66+46=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 66 - color contains mainly: green. Hex color #35422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35422E is #CABDD1. Grayscale: #3B3B3B. Windows color (decimal): -13286866 or 3031605. OLE color: 3031605.
HSL color Cylindrical-coordinate representation of color #35422E: hue angle of 99º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #35422E is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 66 | 46 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.74 |
| HSL | 99º | 0.18% | 0.22% | - |
| HSV(B) | 99º | 0.3% | 0.26% | - |
| XYZ | 3.91 | 4.85 | 3.31 | - |
| YUV | 59.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 46 | 0.20 | 0 | 0.30 | 0.74 | 99 | 0.18 | 0.22 |
| Hex | 35 | 42 | 2E | 14 | 0 | 1E | 4A | 63 | 12 | 16 |
| Octal | 65 | 102 | 56 | 24 | 0 | 36 | 112 | 143 | 22 | 26 |
| Binary | 110101 | 1000010 | 101110 | 10100 | 0 | 11110 | 1001010 | 1100011 | 10010 | 10110 |
Color Harmonies of #35422E
Complementary color
Monochromatic Colors of #35422E
Black with #35422E
Text Example
Text Example
White with #35422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35422E; }
p { color: rgb(53,66,46); }
H1.HeaderClassName
{
color: #35422E;
}
.AnyTagClassName
{
color: #35422E;
}
</style>
background-color css
<style>
a { background-color: #35422E; }
a { background-color: rgb(53,66,46); }
div.DivClassName
{
background-color: #35422E;
}
.BgClassName
{
background-color: #35422E;
}
</style>
border-color css
<style>
span { border-color: #35422E; }
span { border-color: rgb(53,66,46); }
td.TdClassName
{
border-color: #35422E;
}
.TagClassName
{
border-color: #35422E;
}
</style>