Shades of Palm Leaf #34432D
Tints of Palm Leaf #34432D
RGB
CMYK
RGB Variations
Color information
#34432D (or 0x34432D) is known color: Palm Leaf. HEX triplet: 34, 43 and 2D. RGB value is (52,67,45). Sum of RGB (Red+Green+Blue) = 52+67+45=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 67 - color contains mainly: green. Hex color #34432D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34432D is #CBBCD2. Grayscale: #3C3C3C. Windows color (decimal): -13352147 or 2966324. OLE color: 2966324.
HSL color Cylindrical-coordinate representation of color #34432D: hue angle of 100.91º 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 #34432D is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 67 | 45 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.74 |
| HSL | 100.91º | 0.2% | 0.22% | - |
| HSV(B) | 100.91º | 0.33% | 0.26% | - |
| XYZ | 3.9 | 4.93 | 3.23 | - |
| YUV | 60.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 45 | 0.22 | 0 | 0.33 | 0.74 | 100.91 | 0.2 | 0.22 |
| Hex | 34 | 43 | 2D | 16 | 0 | 21 | 4A | 65 | 14 | 16 |
| Octal | 64 | 103 | 55 | 26 | 0 | 41 | 112 | 145 | 24 | 26 |
| Binary | 110100 | 1000011 | 101101 | 10110 | 0 | 100001 | 1001010 | 1100101 | 10100 | 10110 |
Color Harmonies of #34432D
Complementary color
Monochromatic Colors of #34432D
Black with #34432D
Text Example
Text Example
White with #34432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34432D; }
p { color: rgb(52,67,45); }
H1.HeaderClassName
{
color: #34432D;
}
.AnyTagClassName
{
color: #34432D;
}
</style>
background-color css
<style>
a { background-color: #34432D; }
a { background-color: rgb(52,67,45); }
div.DivClassName
{
background-color: #34432D;
}
.BgClassName
{
background-color: #34432D;
}
</style>
border-color css
<style>
span { border-color: #34432D; }
span { border-color: rgb(52,67,45); }
td.TdClassName
{
border-color: #34432D;
}
.TagClassName
{
border-color: #34432D;
}
</style>