#3E552C

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

Shades of Mallard #3E552C

Tints of Mallard #3E552C

Color information

#3E552C (or 0x3E552C) is unknown color: approx Mallard. HEX triplet: 3E, 55 and 2C. RGB value is (62,85,44). Sum of RGB (Red+Green+Blue) = 62+85+44=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #3E552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E552C is #C1AAD3. Grayscale: #494949. Windows color (decimal): -12692180 or 2905406. OLE color: 2905406.

HSL color Cylindrical-coordinate representation of color #3E552C: hue angle of 93.66º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E552C is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB628544-
CMYK0.2700.480.67
HSL93.66º31.78%25.29%-
HSV(B)93.66º48.24%33.33%-
XYZ5.697.73.57-
YUV73.45111.38119.83-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.46%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=32.46%
G=44.50%
B=23.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6285440.2700.480.6793.6631.7825.29
Hex3E552C1B030435e2019
Octal7612554330601031364031
Binary11111010101011011001101101100001000011101111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,85,44); }

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

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

 a { background-color: rgb(62,85,44); }

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

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

 span { border-color: rgb(62,85,44); }

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