#3F4C31

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

Shades of Mallard #3F4C31

Tints of Mallard #3F4C31

Color information

#3F4C31 (or 0x3F4C31) is unknown color: approx Mallard. HEX triplet: 3F, 4C and 31. RGB value is (63,76,49). Sum of RGB (Red+Green+Blue) = 63+76+49=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 76 - color contains mainly: green. Hex color #3F4C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4C31 is #C0B3CE. Grayscale: #454545. Windows color (decimal): -12628943 or 3230783. OLE color: 3230783.

HSL color Cylindrical-coordinate representation of color #3F4C31: hue angle of 88.89º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F4C31 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB637649-
CMYK0.1700.360.70
HSL88.89º21.6%24.51%-
HSV(B)88.89º35.53%29.8%-
XYZ5.196.453.88-
YUV69.04116.69123.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.51%
GREEN value IS 76 (30.08% from 255) = 40.43%
BLUE value IS 49 (19.53% from 255) = 26.06%
R=33.51%
G=40.43%
B=26.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6376490.1700.360.7088.8921.624.51
Hex3F4C311102446591619
Octal7711461210441061312631
Binary1111111001100110001100010100100100011010110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F4C31; }

 p { color: rgb(63,76,49); }

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

<style>
 a { background-color: #3F4C31; }

 a { background-color: rgb(63,76,49); }

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

<style>
 span { border-color: #3F4C31; }

 span { border-color: rgb(63,76,49); }

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