#3E512D

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

Shades of Mallard #3E512D

Tints of Mallard #3E512D

Color information

#3E512D (or 0x3E512D) is unknown color: approx Mallard. HEX triplet: 3E, 51 and 2D. RGB value is (62,81,45). Sum of RGB (Red+Green+Blue) = 62+81+45=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #3E512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E512D is #C1AED2. Grayscale: #474747. Windows color (decimal): -12693203 or 2969918. OLE color: 2969918.

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

Color convert

RGB628145-
CMYK0.2300.440.68
HSL91.67º28.57%24.71%-
HSV(B)91.67º44.44%31.76%-
XYZ5.47.13.57-
YUV71.21113.21121.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.98%
GREEN value IS 81 (32.03% from 255) = 43.09%
BLUE value IS 45 (17.97% from 255) = 23.94%
R=32.98%
G=43.09%
B=23.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6281450.2300.440.6891.6728.5724.71
Hex3E512D1702C445c1d19
Octal7612155270541041343531
Binary1111101010001101101101110101100100010010111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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