Shades of Palm Leaf #34521F
Tints of Palm Leaf #34521F
RGB
CMYK
RGB Variations
Color information
#34521F (or 0x34521F) is known color: Palm Leaf. HEX triplet: 34, 52 and 1F. RGB value is (52,82,31). Sum of RGB (Red+Green+Blue) = 52+82+31=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #34521F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34521F is #CBADE0. Grayscale: #434343. Windows color (decimal): -13348321 or 2052660. OLE color: 2052660.
HSL color Cylindrical-coordinate representation of color #34521F: hue angle of 95.29º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34521F is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 82 | 31 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.68 |
| HSL | 95.29º | 0.45% | 0.22% | - |
| HSV(B) | 95.29º | 0.62% | 0.32% | - |
| XYZ | 4.68 | 6.86 | 2.37 | - |
| YUV | 67.22 | 107.56 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 31 | 0.37 | 0 | 0.62 | 0.68 | 95.29 | 0.45 | 0.22 |
| Hex | 34 | 52 | 1F | 25 | 0 | 3E | 44 | 5F | 2D | 16 |
| Octal | 64 | 122 | 37 | 45 | 0 | 76 | 104 | 137 | 55 | 26 |
| Binary | 110100 | 1010010 | 11111 | 100101 | 0 | 111110 | 1000100 | 1011111 | 101101 | 10110 |
Color Harmonies of #34521F
Complementary color
Monochromatic Colors of #34521F
Black with #34521F
Text Example
Text Example
White with #34521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34521F; }
p { color: rgb(52,82,31); }
H1.HeaderClassName
{
color: #34521F;
}
.AnyTagClassName
{
color: #34521F;
}
</style>
background-color css
<style>
a { background-color: #34521F; }
a { background-color: rgb(52,82,31); }
div.DivClassName
{
background-color: #34521F;
}
.BgClassName
{
background-color: #34521F;
}
</style>
border-color css
<style>
span { border-color: #34521F; }
span { border-color: rgb(52,82,31); }
td.TdClassName
{
border-color: #34521F;
}
.TagClassName
{
border-color: #34521F;
}
</style>