#314C20

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

Shades of Palm Leaf #314C20

Tints of Palm Leaf #314C20

Color information

#314C20 (or 0x314C20) is unknown color: approx Palm Leaf. HEX triplet: 31, 4C and 20. RGB value is (49,76,32). Sum of RGB (Red+Green+Blue) = 49+76+32=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #314C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314C20 is #CEB3DF. Grayscale: #3F3F3F. Windows color (decimal): -13546464 or 2116657. OLE color: 2116657.

HSL color Cylindrical-coordinate representation of color #314C20: hue angle of 96.82º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #314C20 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB497632-
CMYK0.3600.580.70
HSL96.82º40.74%21.18%-
HSV(B)96.82º57.89%29.8%-
XYZ4.115.932.29-
YUV62.91110.55118.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.21%
GREEN value IS 76 (30.08% from 255) = 48.41%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=31.21%
G=48.41%
B=20.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4976320.3600.580.7096.8240.7421.18
Hex314C202403A46612915
Octal6111440440721061415125
Binary110001100110010000010010001110101000110110000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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