#394D2C

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

Shades of Mallard #394D2C

Tints of Mallard #394D2C

Color information

#394D2C (or 0x394D2C) is unknown color: approx Mallard. HEX triplet: 39, 4D and 2C. RGB value is (57,77,44). Sum of RGB (Red+Green+Blue) = 57+77+44=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 77 - color contains mainly: green. Hex color #394D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D2C is #C6B2D3. Grayscale: #434343. Windows color (decimal): -13021908 or 2903353. OLE color: 2903353.

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

Color convert

RGB577744-
CMYK0.2600.430.70
HSL96.36º27.27%23.73%-
HSV(B)96.36º42.86%30.2%-
XYZ4.86.363.36-
YUV67.26114.87120.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 77 (30.47% from 255) = 43.26%
BLUE value IS 44 (17.58% from 255) = 24.72%
R=32.02%
G=43.26%
B=24.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5777440.2600.430.7096.3627.2723.73
Hex394D2C1A02B46601b18
Octal7111554320531061403330
Binary1110011001101101100110100101011100011011000001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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