#394D31

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

Shades of Palm Leaf #394D31

Tints of Palm Leaf #394D31

Color information

#394D31 (or 0x394D31) is unknown color: approx Palm Leaf. HEX triplet: 39, 4D and 31. RGB value is (57,77,49). Sum of RGB (Red+Green+Blue) = 57+77+49=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 77 - color contains mainly: green. Hex color #394D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D31 is #C6B2CE. Grayscale: #434343. Windows color (decimal): -13021903 or 3231033. OLE color: 3231033.

HSL color Cylindrical-coordinate representation of color #394D31: hue angle of 102.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #394D31 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB577749-
CMYK0.2600.360.70
HSL102.86º22.22%24.71%-
HSV(B)102.86º36.36%30.2%-
XYZ4.96.43.88-
YUV67.83117.37120.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.15%
GREEN value IS 77 (30.47% from 255) = 42.08%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=31.15%
G=42.08%
B=26.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5777490.2600.360.70102.8622.2224.71
Hex394D311A02446671619
Octal7111561320441061472631
Binary1110011001101110001110100100100100011011001111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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