#354729

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

Shades of Mallard #354729

Tints of Mallard #354729

Color information

#354729 (or 0x354729) is unknown color: approx Mallard. HEX triplet: 35, 47 and 29. RGB value is (53,71,41). Sum of RGB (Red+Green+Blue) = 53+71+41=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 71 - color contains mainly: green. Hex color #354729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354729 is #CAB8D6. Grayscale: #3E3E3E. Windows color (decimal): -13285591 or 2705205. OLE color: 2705205.

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

Color convert

RGB537141-
CMYK0.2500.420.72
HSL96º26.79%21.96%-
HSV(B)96º42.25%27.84%-
XYZ4.125.422.93-
YUV62.2116.04121.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 71 (28.12% from 255) = 43.03%
BLUE value IS 41 (16.41% from 255) = 24.85%
R=32.12%
G=43.03%
B=24.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5371410.2500.420.729626.7921.96
Hex3547291902A48601b16
Octal6510751310521101403326
Binary1101011000111101001110010101010100100011000001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354729; }

 p { color: rgb(53,71,41); }

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

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

 a { background-color: rgb(53,71,41); }

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

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

 span { border-color: rgb(53,71,41); }

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