Html Css Color HEX #343E2C Mallard

📋 copy color: '#343E2C'

red 52 ◦ green 62 ◦ blue 44

#343E2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mallard #343E2C

Tints of Mallard #343E2C

RGB

 RED value IS 52 (20.7% 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 value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.76

RGB Variations

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

Color information

#343E2C (or 0x343E2C) is known color: 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

RGB 52 62 44 -
CMYK 0.16 0 0.29 0.76
HSL 93.33º 0.17% 0.21% -
HSV(B) 93.33º 0.29% 0.24% -
XYZ 3.59 4.36 3.03 -
YUV 56.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 52 62 44 0.16 0 0.29 0.76 93.33 0.17 0.21
Hex 34 3E 2C 10 0 1D 4C 5D 11 15
Octal 64 76 54 20 0 35 114 135 21 25
Binary 110100 111110 101100 10000 0 11101 1001100 1011101 10001 10101

Color Harmonies of #343E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343E2C

Black with #343E2C

Text Example


Text Example

White with #343E2C

Text Example


Text Example

HTML Codes & Css Web 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>