#3F4931

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

Shades of Mallard #3F4931

Tints of Mallard #3F4931

Color information

#3F4931 (or 0x3F4931) is unknown color: approx Mallard. HEX triplet: 3F, 49 and 31. RGB value is (63,73,49). Sum of RGB (Red+Green+Blue) = 63+73+49=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 73 - color contains mainly: green. Hex color #3F4931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4931 is #C0B6CE. Grayscale: #434343. Windows color (decimal): -12629711 or 3230015. OLE color: 3230015.

HSL color Cylindrical-coordinate representation of color #3F4931: hue angle of 85º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F4931 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB637349-
CMYK0.1400.330.71
HSL85º19.67%23.92%-
HSV(B)85º32.88%28.63%-
XYZ4.996.043.81-
YUV67.27117.69124.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.05%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 49 (19.53% from 255) = 26.49%
R=34.05%
G=39.46%
B=26.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6373490.1400.330.718519.6723.92
Hex3F4931E02147551418
Octal7711161160411071252430
Binary111111100100111000111100100001100011110101011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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