#394E31

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

Shades of Palm Leaf #394E31

Tints of Palm Leaf #394E31

Color information

#394E31 (or 0x394E31) is unknown color: approx Palm Leaf. HEX triplet: 39, 4E and 31. RGB value is (57,78,49). Sum of RGB (Red+Green+Blue) = 57+78+49=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 78 - color contains mainly: green. Hex color #394E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394E31 is #C6B1CE. Grayscale: #444444. Windows color (decimal): -13021647 or 3231289. OLE color: 3231289.

HSL color Cylindrical-coordinate representation of color #394E31: hue angle of 103.45º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #394E31 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB577849-
CMYK0.2700.370.69
HSL103.45º22.83%24.9%-
HSV(B)103.45º37.18%30.59%-
XYZ4.976.543.91-
YUV68.41117.04119.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.98%
GREEN value IS 78 (30.86% from 255) = 42.39%
BLUE value IS 49 (19.53% from 255) = 26.63%
R=30.98%
G=42.39%
B=26.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5778490.2700.370.69103.4522.8324.9
Hex394E311B02545671719
Octal7111661330451051472731
Binary1110011001110110001110110100101100010111001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394E31; }

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

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

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

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

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

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

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

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