#3E4C32

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

Shades of Mallard #3E4C32

Tints of Mallard #3E4C32

Color information

#3E4C32 (or 0x3E4C32) is unknown color: approx Mallard. HEX triplet: 3E, 4C and 32. RGB value is (62,76,50). Sum of RGB (Red+Green+Blue) = 62+76+50=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 76 - color contains mainly: green. Hex color #3E4C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4C32 is #C1B3CD. Grayscale: #444444. Windows color (decimal): -12694478 or 3296318. OLE color: 3296318.

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

Color convert

RGB627650-
CMYK0.1800.340.70
HSL92.31º20.63%24.71%-
HSV(B)92.31º34.21%29.8%-
XYZ5.156.423.99-
YUV68.85117.36123.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.98%
GREEN value IS 76 (30.08% from 255) = 40.43%
BLUE value IS 50 (19.92% from 255) = 26.60%
R=32.98%
G=40.43%
B=26.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6276500.1800.340.7092.3120.6324.71
Hex3E4C3212022465c1519
Octal7611462220421061342531
Binary1111101001100110010100100100010100011010111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,76,50); }

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

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

 a { background-color: rgb(62,76,50); }

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

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

 span { border-color: rgb(62,76,50); }

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