#3E502B

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

Shades of Mallard #3E502B

Tints of Mallard #3E502B

Color information

#3E502B (or 0x3E502B) is unknown color: approx Mallard. HEX triplet: 3E, 50 and 2B. RGB value is (62,80,43). Sum of RGB (Red+Green+Blue) = 62+80+43=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #3E502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E502B is #C1AFD4. Grayscale: #464646. Windows color (decimal): -12693461 or 2838590. OLE color: 2838590.

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

Color convert

RGB628043-
CMYK0.2200.460.69
HSL89.19º30.08%24.12%-
HSV(B)89.19º46.25%31.37%-
XYZ5.296.943.35-
YUV70.4112.54122.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.51%
GREEN value IS 80 (31.64% from 255) = 43.24%
BLUE value IS 43 (17.19% from 255) = 23.24%
R=33.51%
G=43.24%
B=23.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6280430.2200.460.6989.1930.0824.12
Hex3E502B1602E45591e18
Octal7612053260561051313630
Binary1111101010000101011101100101110100010110110011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,80,43); }

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

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

 a { background-color: rgb(62,80,43); }

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

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

 span { border-color: rgb(62,80,43); }

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