Shades of Palm Leaf #35432D
Tints of Palm Leaf #35432D
RGB
CMYK
RGB Variations
Color information
#35432D (or 0x35432D) is known color: Palm Leaf. HEX triplet: 35, 43 and 2D. RGB value is (53,67,45). Sum of RGB (Red+Green+Blue) = 53+67+45=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 67 - color contains mainly: green. Hex color #35432D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35432D is #CABCD2. Grayscale: #3C3C3C. Windows color (decimal): -13286611 or 2966325. OLE color: 2966325.
HSL color Cylindrical-coordinate representation of color #35432D: hue angle of 98.18º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #35432D is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 67 | 45 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.74 |
| HSL | 98.18º | 0.2% | 0.22% | - |
| HSV(B) | 98.18º | 0.33% | 0.26% | - |
| XYZ | 3.95 | 4.96 | 3.23 | - |
| YUV | 60.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 45 | 0.21 | 0 | 0.33 | 0.74 | 98.18 | 0.2 | 0.22 |
| Hex | 35 | 43 | 2D | 15 | 0 | 21 | 4A | 62 | 14 | 16 |
| Octal | 65 | 103 | 55 | 25 | 0 | 41 | 112 | 142 | 24 | 26 |
| Binary | 110101 | 1000011 | 101101 | 10101 | 0 | 100001 | 1001010 | 1100010 | 10100 | 10110 |
Color Harmonies of #35432D
Complementary color
Monochromatic Colors of #35432D
Black with #35432D
Text Example
Text Example
White with #35432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35432D; }
p { color: rgb(53,67,45); }
H1.HeaderClassName
{
color: #35432D;
}
.AnyTagClassName
{
color: #35432D;
}
</style>
background-color css
<style>
a { background-color: #35432D; }
a { background-color: rgb(53,67,45); }
div.DivClassName
{
background-color: #35432D;
}
.BgClassName
{
background-color: #35432D;
}
</style>
border-color css
<style>
span { border-color: #35432D; }
span { border-color: rgb(53,67,45); }
td.TdClassName
{
border-color: #35432D;
}
.TagClassName
{
border-color: #35432D;
}
</style>