#315A17

Color #315A17 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #315A17

Tints of Palm Leaf #315A17

Color information

#315A17 (or 0x315A17) is unknown color: approx 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

RGB499023-
CMYK0.4600.740.65
HSL96.72º59.29%22.16%-
HSV(B)96.72º74.44%35.29%-
XYZ5.088.032.09-
YUV70.1101.42112.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 90 (35.55% from 255) = 55.56%
BLUE value IS 23 (9.38% from 255) = 14.20%
R=30.25%
G=55.56%
B=14.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4990230.4600.740.6596.7259.2922.16
Hex315A172E04A41613b16
Octal61132275601121011417326
Binary110001101101010111101110010010101000001110000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>