Html Css Color HEX #344229 Mallard

📋 copy color: '#344229'

red 52 ◦ green 66 ◦ blue 41

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

Shades of Mallard #344229

Tints of Mallard #344229

RGB

 RED value IS 52 (20.7% from 255) = 32.7%

 GREEN value IS 66 (26.17% from 255) = 41.51%

 BLUE value IS 41 (16.41% from 255) = 25.79%

R = 32.7%
G = 41.51%
B = 25.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#344229 (or 0x344229) is known color: Mallard. HEX triplet: 34, 42 and 29. RGB value is (52,66,41). Sum of RGB (Red+Green+Blue) = 52+66+41=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #344229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344229 is #CBBDD6. Grayscale: #3B3B3B. Windows color (decimal): -13352407 or 2703924. OLE color: 2703924.

HSL color Cylindrical-coordinate representation of color #344229: hue angle of 93.6º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #344229 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 52 66 41 -
CMYK 0.21 0 0.38 0.74
HSL 93.6º 0.23% 0.21% -
HSV(B) 93.6º 0.38% 0.26% -
XYZ 3.76 4.79 2.82 -
YUV 58.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 52 66 41 0.21 0 0.38 0.74 93.6 0.23 0.21
Hex 34 42 29 15 0 26 4A 5E 17 15
Octal 64 102 51 25 0 46 112 136 27 25
Binary 110100 1000010 101001 10101 0 100110 1001010 1011110 10111 10101

Color Harmonies of #344229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344229

Black with #344229

Text Example


Text Example

White with #344229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344229; }

 p { color: rgb(52,66,41); }

 H1.HeaderClassName
 {
   color: #344229;
 }
 .AnyTagClassName
 {
   color: #344229;
 }
</style>

background-color css

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

 a { background-color: rgb(52,66,41); }

 div.DivClassName
 {
   background-color: #344229;
 }
 .BgClassName
 {
   background-color: #344229;
 }
</style>

border-color css

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

 span { border-color: rgb(52,66,41); }

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