#394A2A

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

Shades of Mallard #394A2A

Tints of Mallard #394A2A

Color information

#394A2A (or 0x394A2A) is unknown color: approx Mallard. HEX triplet: 39, 4A and 2A. RGB value is (57,74,42). Sum of RGB (Red+Green+Blue) = 57+74+42=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 74 - color contains mainly: green. Hex color #394A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394A2A is #C6B5D5. Grayscale: #414141. Windows color (decimal): -13022678 or 2771513. OLE color: 2771513.

HSL color Cylindrical-coordinate representation of color #394A2A: hue angle of 91.88º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #394A2A is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB577442-
CMYK0.2300.430.71
HSL91.88º27.59%22.75%-
HSV(B)91.88º43.24%29.02%-
XYZ4.555.933.1-
YUV65.27114.87122.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.95%
GREEN value IS 74 (29.30% from 255) = 42.77%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=32.95%
G=42.77%
B=24.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5774420.2300.430.7191.8827.5922.75
Hex394A2A1702B475c1c17
Octal7111252270531071343427
Binary1110011001010101010101110101011100011110111001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,74,42); }

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

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

 a { background-color: rgb(57,74,42); }

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

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

 span { border-color: rgb(57,74,42); }

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