Shades of Palm Leaf #39512D
Tints of Palm Leaf #39512D
RGB
CMYK
RGB Variations
Color information
#39512D (or 0x39512D) is known color: Palm Leaf. HEX triplet: 39, 51 and 2D. RGB value is (57,81,45). Sum of RGB (Red+Green+Blue) = 57+81+45=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #39512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39512D is #C6AED2. Grayscale: #454545. Windows color (decimal): -13020883 or 2969913. OLE color: 2969913.
HSL color Cylindrical-coordinate representation of color #39512D: hue angle of 100º degrees, saturation: 0.29, 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 #39512D is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 81 | 45 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.68 |
| HSL | 100º | 0.29% | 0.25% | - |
| HSV(B) | 100º | 0.44% | 0.32% | - |
| XYZ | 5.1 | 6.94 | 3.55 | - |
| YUV | 69.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 81 | 45 | 0.30 | 0 | 0.44 | 0.68 | 100 | 0.29 | 0.25 |
| Hex | 39 | 51 | 2D | 1E | 0 | 2C | 44 | 64 | 1D | 19 |
| Octal | 71 | 121 | 55 | 36 | 0 | 54 | 104 | 144 | 35 | 31 |
| Binary | 111001 | 1010001 | 101101 | 11110 | 0 | 101100 | 1000100 | 1100100 | 11101 | 11001 |
Color Harmonies of #39512D
Complementary color
Monochromatic Colors of #39512D
Black with #39512D
Text Example
Text Example
White with #39512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39512D; }
p { color: rgb(57,81,45); }
H1.HeaderClassName
{
color: #39512D;
}
.AnyTagClassName
{
color: #39512D;
}
</style>
background-color css
<style>
a { background-color: #39512D; }
a { background-color: rgb(57,81,45); }
div.DivClassName
{
background-color: #39512D;
}
.BgClassName
{
background-color: #39512D;
}
</style>
border-color css
<style>
span { border-color: #39512D; }
span { border-color: rgb(57,81,45); }
td.TdClassName
{
border-color: #39512D;
}
.TagClassName
{
border-color: #39512D;
}
</style>