#343E2C

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

Shades of Mallard #343E2C

Tints of Mallard #343E2C

Color information

#343E2C (or 0x343E2C) is unknown color: approx Mallard. HEX triplet: 34, 3E and 2C. RGB value is (52,62,44). Sum of RGB (Red+Green+Blue) = 52+62+44=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 62 - color contains mainly: green. Hex color #343E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E2C is #CBC1D3. Grayscale: #393939. Windows color (decimal): -13353428 or 2899508. OLE color: 2899508.

HSL color Cylindrical-coordinate representation of color #343E2C: hue angle of 93.33º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #343E2C is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.76.

Color convert

RGB526244-
CMYK0.1600.290.76
HSL93.33º16.98%20.78%-
HSV(B)93.33º29.03%24.31%-
XYZ3.594.363.03-
YUV56.96120.69124.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.91%
GREEN value IS 62 (24.61% from 255) = 39.24%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=32.91%
G=39.24%
B=27.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5262440.1600.290.7693.3316.9820.78
Hex343E2C1001D4C5d1115
Octal647654200351141352125
Binary11010011111010110010000011101100110010111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343E2C; }

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

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

<style>
 a { background-color: #343E2C; }

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

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

<style>
 span { border-color: #343E2C; }

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

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