#394C2D

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

Shades of Mallard #394C2D

Tints of Mallard #394C2D

Color information

#394C2D (or 0x394C2D) is unknown color: approx Mallard. HEX triplet: 39, 4C and 2D. RGB value is (57,76,45). Sum of RGB (Red+Green+Blue) = 57+76+45=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 76 - color contains mainly: green. Hex color #394C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C2D is #C6B3D2. Grayscale: #424242. Windows color (decimal): -13022163 or 2968633. OLE color: 2968633.

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

Color convert

RGB577645-
CMYK0.2500.410.70
HSL96.77º25.62%23.73%-
HSV(B)96.77º40.79%29.8%-
XYZ4.756.233.43-
YUV66.78115.71121.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 76 (30.08% from 255) = 42.70%
BLUE value IS 45 (17.97% from 255) = 25.28%
R=32.02%
G=42.70%
B=25.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5776450.2500.410.7096.7725.6223.73
Hex394C2D1902946611a18
Octal7111455310511061413230
Binary1110011001100101101110010101001100011011000011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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