#3E4C36

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

Shades of Mallard #3E4C36

Tints of Mallard #3E4C36

Color information

#3E4C36 (or 0x3E4C36) is unknown color: approx Mallard. HEX triplet: 3E, 4C and 36. RGB value is (62,76,54). Sum of RGB (Red+Green+Blue) = 62+76+54=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 76 - color contains mainly: green. Hex color #3E4C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4C36 is #C1B3C9. Grayscale: #454545. Windows color (decimal): -12694474 or 3558462. OLE color: 3558462.

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

Color convert

RGB627654-
CMYK0.1800.290.70
HSL98.18º16.92%25.49%-
HSV(B)98.18º28.95%29.8%-
XYZ5.246.464.46-
YUV69.31119.36122.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.29%
GREEN value IS 76 (30.08% from 255) = 39.58%
BLUE value IS 54 (21.48% from 255) = 28.12%
R=32.29%
G=39.58%
B=28.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6276540.1800.290.7098.1816.9225.49
Hex3E4C361201D46621119
Octal7611466220351061422131
Binary111110100110011011010010011101100011011000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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