Shades of Palm Leaf #315C17
Tints of Palm Leaf #315C17
RGB
CMYK
RGB Variations
Color information
#315C17 (or 0x315C17) is known color: Palm Leaf. HEX triplet: 31, 5C and 17. RGB value is (49,92,23). Sum of RGB (Red+Green+Blue) = 49+92+23=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 92 (36.33% from 255 or 56.10% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 92 - color contains mainly: green. Hex color #315C17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315C17 is #CEA3E8. Grayscale: #474747. Windows color (decimal): -13542377 or 1530929. OLE color: 1530929.
HSL color Cylindrical-coordinate representation of color #315C17: hue angle of 97.39º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #315C17 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 92 | 23 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.64 |
| HSL | 97.39º | 0.6% | 0.23% | - |
| HSV(B) | 97.39º | 0.75% | 0.36% | - |
| XYZ | 5.25 | 8.37 | 2.15 | - |
| YUV | 71.28 | 100.75 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 23 | 0.47 | 0 | 0.75 | 0.64 | 97.39 | 0.6 | 0.23 |
| Hex | 31 | 5C | 17 | 2F | 0 | 4B | 40 | 61 | 3C | 17 |
| Octal | 61 | 134 | 27 | 57 | 0 | 113 | 100 | 141 | 74 | 27 |
| Binary | 110001 | 1011100 | 10111 | 101111 | 0 | 1001011 | 1000000 | 1100001 | 111100 | 10111 |
Color Harmonies of #315C17
Complementary color
Monochromatic Colors of #315C17
Black with #315C17
Text Example
Text Example
White with #315C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C17; }
p { color: rgb(49,92,23); }
H1.HeaderClassName
{
color: #315C17;
}
.AnyTagClassName
{
color: #315C17;
}
</style>
background-color css
<style>
a { background-color: #315C17; }
a { background-color: rgb(49,92,23); }
div.DivClassName
{
background-color: #315C17;
}
.BgClassName
{
background-color: #315C17;
}
</style>
border-color css
<style>
span { border-color: #315C17; }
span { border-color: rgb(49,92,23); }
td.TdClassName
{
border-color: #315C17;
}
.TagClassName
{
border-color: #315C17;
}
</style>