#3E552E

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

Shades of Mallard #3E552E

Tints of Mallard #3E552E

Color information

#3E552E (or 0x3E552E) is unknown color: approx Mallard. HEX triplet: 3E, 55 and 2E. RGB value is (62,85,46). Sum of RGB (Red+Green+Blue) = 62+85+46=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #3E552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E552E is #C1AAD1. Grayscale: #494949. Windows color (decimal): -12692178 or 3036478. OLE color: 3036478.

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

Color convert

RGB628546-
CMYK0.2700.460.67
HSL95.38º29.77%25.69%-
HSV(B)95.38º45.88%33.33%-
XYZ5.737.723.77-
YUV73.68112.38119.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.12%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 46 (18.36% from 255) = 23.83%
R=32.12%
G=44.04%
B=23.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6285460.2700.460.6795.3829.7725.69
Hex3E552E1B02E435f1e1a
Octal7612556330561031373632
Binary1111101010101101110110110101110100001110111111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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