Shades of Palm Leaf #39552A
Tints of Palm Leaf #39552A
RGB
CMYK
RGB Variations
Color information
#39552A (or 0x39552A) is known color: Palm Leaf. HEX triplet: 39, 55 and 2A. RGB value is (57,85,42). Sum of RGB (Red+Green+Blue) = 57+85+42=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #39552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39552A is #C6AAD5. Grayscale: #474747. Windows color (decimal): -13019862 or 2774329. OLE color: 2774329.
HSL color Cylindrical-coordinate representation of color #39552A: hue angle of 99.07º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39552A is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 85 | 42 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.67 |
| HSL | 99.07º | 0.34% | 0.25% | - |
| HSV(B) | 99.07º | 0.51% | 0.33% | - |
| XYZ | 5.35 | 7.53 | 3.36 | - |
| YUV | 71.73 | 111.22 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 85 | 42 | 0.33 | 0 | 0.51 | 0.67 | 99.07 | 0.34 | 0.25 |
| Hex | 39 | 55 | 2A | 21 | 0 | 33 | 43 | 63 | 22 | 19 |
| Octal | 71 | 125 | 52 | 41 | 0 | 63 | 103 | 143 | 42 | 31 |
| Binary | 111001 | 1010101 | 101010 | 100001 | 0 | 110011 | 1000011 | 1100011 | 100010 | 11001 |
Color Harmonies of #39552A
Complementary color
Monochromatic Colors of #39552A
Black with #39552A
Text Example
Text Example
White with #39552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39552A; }
p { color: rgb(57,85,42); }
H1.HeaderClassName
{
color: #39552A;
}
.AnyTagClassName
{
color: #39552A;
}
</style>
background-color css
<style>
a { background-color: #39552A; }
a { background-color: rgb(57,85,42); }
div.DivClassName
{
background-color: #39552A;
}
.BgClassName
{
background-color: #39552A;
}
</style>
border-color css
<style>
span { border-color: #39552A; }
span { border-color: rgb(57,85,42); }
td.TdClassName
{
border-color: #39552A;
}
.TagClassName
{
border-color: #39552A;
}
</style>