Shades of Palm Leaf #39522E
Tints of Palm Leaf #39522E
RGB
CMYK
RGB Variations
Color information
#39522E (or 0x39522E) is known color: Palm Leaf. HEX triplet: 39, 52 and 2E. RGB value is (57,82,46). Sum of RGB (Red+Green+Blue) = 57+82+46=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 82 - color contains mainly: green. Hex color #39522E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39522E is #C6ADD1. Grayscale: #464646. Windows color (decimal): -13020626 or 3035705. OLE color: 3035705.
HSL color Cylindrical-coordinate representation of color #39522E: hue angle of 101.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #39522E is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 82 | 46 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.68 |
| HSL | 101.67º | 0.28% | 0.25% | - |
| HSV(B) | 101.67º | 0.44% | 0.32% | - |
| XYZ | 5.2 | 7.1 | 3.68 | - |
| YUV | 70.42 | 114.22 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 82 | 46 | 0.30 | 0 | 0.44 | 0.68 | 101.67 | 0.28 | 0.25 |
| Hex | 39 | 52 | 2E | 1E | 0 | 2C | 44 | 66 | 1C | 19 |
| Octal | 71 | 122 | 56 | 36 | 0 | 54 | 104 | 146 | 34 | 31 |
| Binary | 111001 | 1010010 | 101110 | 11110 | 0 | 101100 | 1000100 | 1100110 | 11100 | 11001 |
Color Harmonies of #39522E
Complementary color
Monochromatic Colors of #39522E
Black with #39522E
Text Example
Text Example
White with #39522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39522E; }
p { color: rgb(57,82,46); }
H1.HeaderClassName
{
color: #39522E;
}
.AnyTagClassName
{
color: #39522E;
}
</style>
background-color css
<style>
a { background-color: #39522E; }
a { background-color: rgb(57,82,46); }
div.DivClassName
{
background-color: #39522E;
}
.BgClassName
{
background-color: #39522E;
}
</style>
border-color css
<style>
span { border-color: #39522E; }
span { border-color: rgb(57,82,46); }
td.TdClassName
{
border-color: #39522E;
}
.TagClassName
{
border-color: #39522E;
}
</style>