#315B14

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

Shades of Palm Leaf #315B14

Tints of Palm Leaf #315B14

Color information

#315B14 (or 0x315B14) is unknown color: approx Palm Leaf. HEX triplet: 31, 5B and 14. RGB value is (49,91,20). Sum of RGB (Red+Green+Blue) = 49+91+20=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 91 (35.94% from 255 or 56.88% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 91 - color contains mainly: green. Hex color #315B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315B14 is #CEA4EB. Grayscale: #464646. Windows color (decimal): -13542636 or 1334065. OLE color: 1334065.

HSL color Cylindrical-coordinate representation of color #315B14: hue angle of 95.49º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #315B14 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB499120-
CMYK0.4600.780.64
HSL95.49º63.96%21.76%-
HSV(B)95.49º78.02%35.69%-
XYZ5.138.191.97-
YUV70.3599.59112.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.62%
GREEN value IS 91 (35.94% from 255) = 56.88%
BLUE value IS 20 (8.20% from 255) = 12.5%
R=30.62%
G=56.88%
B=12.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4991200.4600.780.6495.4963.9621.76
Hex315B142E04E405f4016
Octal611332456011610013710026
Binary1100011011011101001011100100111010000001011111100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315B14; }

 p { color: rgb(49,91,20); }

 H1.HeaderClassName
 {
   color: #315B14;
 }
 .AnyTagClassName
 {
   color: #315B14;
 }
</style>
background-color css

<style>
 a { background-color: #315B14; }

 a { background-color: rgb(49,91,20); }

 div.DivClassName
 {
   background-color: #315B14;
 }
 .BgClassName
 {
   background-color: #315B14;
 }
</style>
border-color css

<style>
 span { border-color: #315B14; }

 span { border-color: rgb(49,91,20); }

 td.TdClassName
 {
   border-color: #315B14;
 }
 .TagClassName
 {
   border-color: #315B14;
 }
</style>