#314E1F

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

Shades of Palm Leaf #314E1F

Tints of Palm Leaf #314E1F

Color information

#314E1F (or 0x314E1F) is unknown color: approx Palm Leaf. HEX triplet: 31, 4E and 1F. RGB value is (49,78,31). Sum of RGB (Red+Green+Blue) = 49+78+31=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 78 (30.86% from 255 or 49.37% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 78 - color contains mainly: green. Hex color #314E1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E1F is #CEB1E0. Grayscale: #404040. Windows color (decimal): -13545953 or 2051633. OLE color: 2051633.

HSL color Cylindrical-coordinate representation of color #314E1F: hue angle of 97.02º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #314E1F is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB497831-
CMYK0.3700.600.69
HSL97.02º43.12%21.37%-
HSV(B)97.02º60.26%30.59%-
XYZ4.246.22.27-
YUV63.97109.39117.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 78 (30.86% from 255) = 49.37%
BLUE value IS 31 (12.5% from 255) = 19.62%
R=31.01%
G=49.37%
B=19.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4978310.3700.600.6997.0243.1221.37
Hex314E1F2503C45612b15
Octal6111637450741051415325
Binary11000110011101111110010101111001000101110000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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