Shades of Palm Leaf #315A17
Tints of Palm Leaf #315A17
RGB
CMYK
RGB Variations
Color information
#315A17 (or 0x315A17) is known color: Palm Leaf. HEX triplet: 31, 5A and 17. RGB value is (49,90,23). Sum of RGB (Red+Green+Blue) = 49+90+23=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #315A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315A17 is #CEA5E8. Grayscale: #464646. Windows color (decimal): -13542889 or 1530417. OLE color: 1530417.
HSL color Cylindrical-coordinate representation of color #315A17: hue angle of 96.72º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #315A17 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 90 | 23 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.65 |
| HSL | 96.72º | 0.59% | 0.22% | - |
| HSV(B) | 96.72º | 0.74% | 0.35% | - |
| XYZ | 5.08 | 8.03 | 2.09 | - |
| YUV | 70.1 | 101.42 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 23 | 0.46 | 0 | 0.74 | 0.65 | 96.72 | 0.59 | 0.22 |
| Hex | 31 | 5A | 17 | 2E | 0 | 4A | 41 | 61 | 3B | 16 |
| Octal | 61 | 132 | 27 | 56 | 0 | 112 | 101 | 141 | 73 | 26 |
| Binary | 110001 | 1011010 | 10111 | 101110 | 0 | 1001010 | 1000001 | 1100001 | 111011 | 10110 |
Color Harmonies of #315A17
Complementary color
Monochromatic Colors of #315A17
Black with #315A17
Text Example
Text Example
White with #315A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315A17; }
p { color: rgb(49,90,23); }
H1.HeaderClassName
{
color: #315A17;
}
.AnyTagClassName
{
color: #315A17;
}
</style>
background-color css
<style>
a { background-color: #315A17; }
a { background-color: rgb(49,90,23); }
div.DivClassName
{
background-color: #315A17;
}
.BgClassName
{
background-color: #315A17;
}
</style>
border-color css
<style>
span { border-color: #315A17; }
span { border-color: rgb(49,90,23); }
td.TdClassName
{
border-color: #315A17;
}
.TagClassName
{
border-color: #315A17;
}
</style>