#343F2C

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

Shades of Mallard #343F2C

Tints of Mallard #343F2C

Color information

#343F2C (or 0x343F2C) is unknown color: approx Mallard. HEX triplet: 34, 3F and 2C. RGB value is (52,63,44). Sum of RGB (Red+Green+Blue) = 52+63+44=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 63 - color contains mainly: green. Hex color #343F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F2C is #CBC0D3. Grayscale: #393939. Windows color (decimal): -13353172 or 2899764. OLE color: 2899764.

HSL color Cylindrical-coordinate representation of color #343F2C: hue angle of 94.74º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #343F2C is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB526344-
CMYK0.1700.300.75
HSL94.74º17.76%20.98%-
HSV(B)94.74º30.16%24.71%-
XYZ3.654.473.05-
YUV57.54120.36124.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 63 (25% from 255) = 39.62%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=32.70%
G=39.62%
B=27.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5263440.1700.300.7594.7417.7620.98
Hex343F2C1101E4B5f1215
Octal647754210361131372225
Binary11010011111110110010001011110100101110111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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