Html Css Color HEX #344529 Mallard

📋 copy color: '#344529'

red 52 ◦ green 69 ◦ blue 41

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

Shades of Mallard #344529

Tints of Mallard #344529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.59%

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

R = 32.1%
G = 42.59%
B = 25.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#344529 (or 0x344529) is known color: Mallard. HEX triplet: 34, 45 and 29. RGB value is (52,69,41). Sum of RGB (Red+Green+Blue) = 52+69+41=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 69 - color contains mainly: green. Hex color #344529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344529 is #CBBAD6. Grayscale: #3C3C3C. Windows color (decimal): -13351639 or 2704692. OLE color: 2704692.

HSL color Cylindrical-coordinate representation of color #344529: hue angle of 96.43º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #344529 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 69 41 -
CMYK 0.25 0 0.41 0.73
HSL 96.43º 0.25% 0.22% -
HSV(B) 96.43º 0.41% 0.27% -
XYZ 3.94 5.15 2.88 -
YUV 60.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 52 69 41 0.25 0 0.41 0.73 96.43 0.25 0.22
Hex 34 45 29 19 0 29 49 60 19 16
Octal 64 105 51 31 0 51 111 140 31 26
Binary 110100 1000101 101001 11001 0 101001 1001001 1100000 11001 10110

Color Harmonies of #344529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344529

Black with #344529

Text Example


Text Example

White with #344529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344529; }

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

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

background-color css

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

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

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

border-color css

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

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

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