Shades of Palm Leaf #315424
Tints of Palm Leaf #315424
RGB
CMYK
RGB Variations
Color information
#315424 (or 0x315424) is known color: Palm Leaf. HEX triplet: 31, 54 and 24. RGB value is (49,84,36). Sum of RGB (Red+Green+Blue) = 49+84+36=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #315424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315424 is #CEABDB. Grayscale: #444444. Windows color (decimal): -13544412 or 2380849. OLE color: 2380849.
HSL color Cylindrical-coordinate representation of color #315424: hue angle of 103.75º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #315424 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 84 | 36 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.67 |
| HSL | 103.75º | 0.4% | 0.24% | - |
| HSV(B) | 103.75º | 0.57% | 0.33% | - |
| XYZ | 4.76 | 7.12 | 2.79 | - |
| YUV | 68.06 | 109.9 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 36 | 0.42 | 0 | 0.57 | 0.67 | 103.75 | 0.4 | 0.24 |
| Hex | 31 | 54 | 24 | 2A | 0 | 39 | 43 | 68 | 28 | 18 |
| Octal | 61 | 124 | 44 | 52 | 0 | 71 | 103 | 150 | 50 | 30 |
| Binary | 110001 | 1010100 | 100100 | 101010 | 0 | 111001 | 1000011 | 1101000 | 101000 | 11000 |
Color Harmonies of #315424
Complementary color
Monochromatic Colors of #315424
Black with #315424
Text Example
Text Example
White with #315424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315424; }
p { color: rgb(49,84,36); }
H1.HeaderClassName
{
color: #315424;
}
.AnyTagClassName
{
color: #315424;
}
</style>
background-color css
<style>
a { background-color: #315424; }
a { background-color: rgb(49,84,36); }
div.DivClassName
{
background-color: #315424;
}
.BgClassName
{
background-color: #315424;
}
</style>
border-color css
<style>
span { border-color: #315424; }
span { border-color: rgb(49,84,36); }
td.TdClassName
{
border-color: #315424;
}
.TagClassName
{
border-color: #315424;
}
</style>