#394C38

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

Shades of Palm Leaf #394C38

Tints of Palm Leaf #394C38

Color information

#394C38 (or 0x394C38) is unknown color: approx Palm Leaf. HEX triplet: 39, 4C and 38. RGB value is (57,76,56). Sum of RGB (Red+Green+Blue) = 57+76+56=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 76 - color contains mainly: green. Hex color #394C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C38 is #C6B3C7. Grayscale: #444444. Windows color (decimal): -13022152 or 3689529. OLE color: 3689529.

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

Color convert

RGB577656-
CMYK0.2500.260.70
HSL117º15.15%25.88%-
HSV(B)117º26.32%29.8%-
XYZ4.996.324.7-
YUV68.04121.21120.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.16%
GREEN value IS 76 (30.08% from 255) = 40.21%
BLUE value IS 56 (22.27% from 255) = 29.63%
R=30.16%
G=40.21%
B=29.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5776560.2500.260.7011715.1525.88
Hex394C381901A4675f1a
Octal7111470310321061651732
Binary11100110011001110001100101101010001101110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,76,56); }

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

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

 a { background-color: rgb(57,76,56); }

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

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

 span { border-color: rgb(57,76,56); }

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