Shades of Palm Leaf #39502D
Tints of Palm Leaf #39502D
RGB
CMYK
RGB Variations
Color information
#39502D (or 0x39502D) is known color: Palm Leaf. HEX triplet: 39, 50 and 2D. RGB value is (57,80,45). Sum of RGB (Red+Green+Blue) = 57+80+45=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #39502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39502D is #C6AFD2. Grayscale: #454545. Windows color (decimal): -13021139 or 2969657. OLE color: 2969657.
HSL color Cylindrical-coordinate representation of color #39502D: hue angle of 99.43º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #39502D is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 80 | 45 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.69 |
| HSL | 99.43º | 0.28% | 0.25% | - |
| HSV(B) | 99.43º | 0.44% | 0.31% | - |
| XYZ | 5.03 | 6.8 | 3.53 | - |
| YUV | 69.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 80 | 45 | 0.29 | 0 | 0.44 | 0.69 | 99.43 | 0.28 | 0.25 |
| Hex | 39 | 50 | 2D | 1D | 0 | 2C | 45 | 63 | 1C | 19 |
| Octal | 71 | 120 | 55 | 35 | 0 | 54 | 105 | 143 | 34 | 31 |
| Binary | 111001 | 1010000 | 101101 | 11101 | 0 | 101100 | 1000101 | 1100011 | 11100 | 11001 |
Color Harmonies of #39502D
Complementary color
Monochromatic Colors of #39502D
Black with #39502D
Text Example
Text Example
White with #39502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39502D; }
p { color: rgb(57,80,45); }
H1.HeaderClassName
{
color: #39502D;
}
.AnyTagClassName
{
color: #39502D;
}
</style>
background-color css
<style>
a { background-color: #39502D; }
a { background-color: rgb(57,80,45); }
div.DivClassName
{
background-color: #39502D;
}
.BgClassName
{
background-color: #39502D;
}
</style>
border-color css
<style>
span { border-color: #39502D; }
span { border-color: rgb(57,80,45); }
td.TdClassName
{
border-color: #39502D;
}
.TagClassName
{
border-color: #39502D;
}
</style>