#344229

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

Shades of Mallard #344229

Tints of Mallard #344229

Color information

#344229 (or 0x344229) is unknown color: approx 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

RGB526641-
CMYK0.2100.380.74
HSL93.6º23.36%20.98%-
HSV(B)93.6º37.88%25.88%-
XYZ3.764.792.82-
YUV58.96117.86123.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 66 (26.17% from 255) = 41.51%
BLUE value IS 41 (16.41% from 255) = 25.79%
R=32.70%
G=41.51%
B=25.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5266410.2100.380.7493.623.3620.98
Hex344229150264A5e1715
Octal6410251250461121362725
Binary1101001000010101001101010100110100101010111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>