Shades of Palm Leaf #315223
Tints of Palm Leaf #315223
RGB
CMYK
RGB Variations
Color information
#315223 (or 0x315223) is known color: Palm Leaf. HEX triplet: 31, 52 and 23. RGB value is (49,82,35). Sum of RGB (Red+Green+Blue) = 49+82+35=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #315223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315223 is #CEADDC. Grayscale: #424242. Windows color (decimal): -13544925 or 2314801. OLE color: 2314801.
HSL color Cylindrical-coordinate representation of color #315223: hue angle of 102.13º 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 #315223 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 82 | 35 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.68 |
| HSL | 102.13º | 0.4% | 0.23% | - |
| HSV(B) | 102.13º | 0.57% | 0.32% | - |
| XYZ | 4.59 | 6.81 | 2.66 | - |
| YUV | 66.78 | 110.07 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 35 | 0.40 | 0 | 0.57 | 0.68 | 102.13 | 0.4 | 0.23 |
| Hex | 31 | 52 | 23 | 28 | 0 | 39 | 44 | 66 | 28 | 17 |
| Octal | 61 | 122 | 43 | 50 | 0 | 71 | 104 | 146 | 50 | 27 |
| Binary | 110001 | 1010010 | 100011 | 101000 | 0 | 111001 | 1000100 | 1100110 | 101000 | 10111 |
Color Harmonies of #315223
Complementary color
Monochromatic Colors of #315223
Black with #315223
Text Example
Text Example
White with #315223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315223; }
p { color: rgb(49,82,35); }
H1.HeaderClassName
{
color: #315223;
}
.AnyTagClassName
{
color: #315223;
}
</style>
background-color css
<style>
a { background-color: #315223; }
a { background-color: rgb(49,82,35); }
div.DivClassName
{
background-color: #315223;
}
.BgClassName
{
background-color: #315223;
}
</style>
border-color css
<style>
span { border-color: #315223; }
span { border-color: rgb(49,82,35); }
td.TdClassName
{
border-color: #315223;
}
.TagClassName
{
border-color: #315223;
}
</style>