#3E5131

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

Shades of Mallard #3E5131

Tints of Mallard #3E5131

Color information

#3E5131 (or 0x3E5131) is unknown color: approx Mallard. HEX triplet: 3E, 51 and 31. RGB value is (62,81,49). Sum of RGB (Red+Green+Blue) = 62+81+49=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #3E5131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5131 is #C1AECE. Grayscale: #474747. Windows color (decimal): -12693199 or 3232062. OLE color: 3232062.

HSL color Cylindrical-coordinate representation of color #3E5131: hue angle of 95.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E5131 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB628149-
CMYK0.2300.400.68
HSL95.62º24.62%25.49%-
HSV(B)95.62º39.51%31.76%-
XYZ5.487.133.99-
YUV71.67115.21121.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.29%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 49 (19.53% from 255) = 25.52%
R=32.29%
G=42.19%
B=25.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6281490.2300.400.6895.6224.6225.49
Hex3E51311702844601919
Octal7612161270501041403131
Binary1111101010001110001101110101000100010011000001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,81,49); }

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

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

 a { background-color: rgb(62,81,49); }

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

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

 span { border-color: rgb(62,81,49); }

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