Shades of Palm Leaf #315123
Tints of Palm Leaf #315123
RGB
CMYK
RGB Variations
Color information
#315123 (or 0x315123) is known color: Palm Leaf. HEX triplet: 31, 51 and 23. RGB value is (49,81,35). Sum of RGB (Red+Green+Blue) = 49+81+35=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 81 - color contains mainly: green. Hex color #315123 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315123 is #CEAEDC. Grayscale: #424242. Windows color (decimal): -13545181 or 2314545. OLE color: 2314545.
HSL color Cylindrical-coordinate representation of color #315123: hue angle of 101.74º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #315123 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 81 | 35 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.68 |
| HSL | 101.74º | 0.4% | 0.23% | - |
| HSV(B) | 101.74º | 0.57% | 0.32% | - |
| XYZ | 4.51 | 6.66 | 2.64 | - |
| YUV | 66.19 | 110.4 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 35 | 0.40 | 0 | 0.57 | 0.68 | 101.74 | 0.4 | 0.23 |
| Hex | 31 | 51 | 23 | 28 | 0 | 39 | 44 | 66 | 28 | 17 |
| Octal | 61 | 121 | 43 | 50 | 0 | 71 | 104 | 146 | 50 | 27 |
| Binary | 110001 | 1010001 | 100011 | 101000 | 0 | 111001 | 1000100 | 1100110 | 101000 | 10111 |
Color Harmonies of #315123
Complementary color
Monochromatic Colors of #315123
Black with #315123
Text Example
Text Example
White with #315123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315123; }
p { color: rgb(49,81,35); }
H1.HeaderClassName
{
color: #315123;
}
.AnyTagClassName
{
color: #315123;
}
</style>
background-color css
<style>
a { background-color: #315123; }
a { background-color: rgb(49,81,35); }
div.DivClassName
{
background-color: #315123;
}
.BgClassName
{
background-color: #315123;
}
</style>
border-color css
<style>
span { border-color: #315123; }
span { border-color: rgb(49,81,35); }
td.TdClassName
{
border-color: #315123;
}
.TagClassName
{
border-color: #315123;
}
</style>