#394D2A

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

Shades of Mallard #394D2A

Tints of Mallard #394D2A

Color information

#394D2A (or 0x394D2A) is unknown color: approx Mallard. HEX triplet: 39, 4D and 2A. RGB value is (57,77,42). Sum of RGB (Red+Green+Blue) = 57+77+42=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 77 - color contains mainly: green. Hex color #394D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D2A is #C6B2D5. Grayscale: #434343. Windows color (decimal): -13021910 or 2772281. OLE color: 2772281.

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

Color convert

RGB577742-
CMYK0.2600.450.70
HSL94.29º29.41%23.33%-
HSV(B)94.29º45.45%30.2%-
XYZ4.766.343.16-
YUV67.03113.87120.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 77 (30.47% from 255) = 43.75%
BLUE value IS 42 (16.80% from 255) = 23.86%
R=32.39%
G=43.75%
B=23.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5777420.2600.450.7094.2929.4123.33
Hex394D2A1A02D465e1d17
Octal7111552320551061363527
Binary1110011001101101010110100101101100011010111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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