#315914

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

Shades of Palm Leaf #315914

Tints of Palm Leaf #315914

Color information

#315914 (or 0x315914) is unknown color: approx Palm Leaf. HEX triplet: 31, 59 and 14. RGB value is (49,89,20). Sum of RGB (Red+Green+Blue) = 49+89+20=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #315914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315914 is #CEA6EB. Grayscale: #454545. Windows color (decimal): -13543148 or 1333553. OLE color: 1333553.

HSL color Cylindrical-coordinate representation of color #315914: hue angle of 94.78º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #315914 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB498920-
CMYK0.4500.780.65
HSL94.78º63.3%21.37%-
HSV(B)94.78º77.53%34.9%-
XYZ4.977.851.91-
YUV69.17100.25113.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 89 (35.16% from 255) = 56.33%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=31.01%
G=56.33%
B=12.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989200.4500.780.6594.7863.321.37
Hex3159142D04E415f3f15
Octal61131245501161011377725
Binary110001101100110100101101010011101000001101111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315914; }

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

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

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

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

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

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

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

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