#314E20

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

Shades of Palm Leaf #314E20

Tints of Palm Leaf #314E20

Color information

#314E20 (or 0x314E20) is unknown color: approx Palm Leaf. HEX triplet: 31, 4E and 20. RGB value is (49,78,32). Sum of RGB (Red+Green+Blue) = 49+78+32=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 78 (30.86% from 255 or 49.06% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 78 - color contains mainly: green. Hex color #314E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E20 is #CEB1DF. Grayscale: #404040. Windows color (decimal): -13545952 or 2117169. OLE color: 2117169.

HSL color Cylindrical-coordinate representation of color #314E20: hue angle of 97.83º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #314E20 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB497832-
CMYK0.3700.590.69
HSL97.83º41.82%21.57%-
HSV(B)97.83º58.97%30.59%-
XYZ4.256.212.34-
YUV64.08109.89117.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.82%
GREEN value IS 78 (30.86% from 255) = 49.06%
BLUE value IS 32 (12.89% from 255) = 20.13%
R=30.82%
G=49.06%
B=20.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4978320.3700.590.6997.8341.8221.57
Hex314E202503B45622a16
Octal6111640450731051425226
Binary110001100111010000010010101110111000101110001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314E20; }

 p { color: rgb(49,78,32); }

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

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

 a { background-color: rgb(49,78,32); }

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

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

 span { border-color: rgb(49,78,32); }

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