#315B12

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

Shades of Palm Leaf #315B12

Tints of Palm Leaf #315B12

Color information

#315B12 (or 0x315B12) is unknown color: approx Palm Leaf. HEX triplet: 31, 5B and 12. RGB value is (49,91,18). Sum of RGB (Red+Green+Blue) = 49+91+18=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 91 (35.94% from 255 or 57.59% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 91 - color contains mainly: green. Hex color #315B12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315B12 is #CEA4ED. Grayscale: #464646. Windows color (decimal): -13542638 or 1202993. OLE color: 1202993.

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

Color convert

RGB499118-
CMYK0.4600.800.64
HSL94.52º66.97%21.37%-
HSV(B)94.52º80.22%35.69%-
XYZ5.128.181.88-
YUV70.1298.59112.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 91 (35.94% from 255) = 57.59%
BLUE value IS 18 (7.42% from 255) = 11.39%
R=31.01%
G=57.59%
B=11.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4991180.4600.800.6494.5266.9721.37
Hex315B122E050405f4315
Octal611332256012010013710325
Binary1100011011011100101011100101000010000001011111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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