#3E4F2D

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

Shades of Mallard #3E4F2D

Tints of Mallard #3E4F2D

Color information

#3E4F2D (or 0x3E4F2D) is unknown color: approx Mallard. HEX triplet: 3E, 4F and 2D. RGB value is (62,79,45). Sum of RGB (Red+Green+Blue) = 62+79+45=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 79 - color contains mainly: green. Hex color #3E4F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E4F2D is #C1B0D2. Grayscale: #464646. Windows color (decimal): -12693715 or 2969406. OLE color: 2969406.

HSL color Cylindrical-coordinate representation of color #3E4F2D: hue angle of 90º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E4F2D is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.

Color convert

RGB627945-
CMYK0.2200.430.69
HSL90º27.42%24.31%-
HSV(B)90º43.04%30.98%-
XYZ5.266.813.52-
YUV70.04113.87122.26-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.33%
GREEN value IS 79 (31.25% from 255) = 42.47%
BLUE value IS 45 (17.97% from 255) = 24.19%
R=33.33%
G=42.47%
B=24.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6279450.2200.430.699027.4224.31
Hex3E4F2D1602B455a1b18
Octal7611755260531051323330
Binary1111101001111101101101100101011100010110110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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