#354728

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

Shades of Mallard #354728

Tints of Mallard #354728

Color information

#354728 (or 0x354728) is unknown color: approx Mallard. HEX triplet: 35, 47 and 28. RGB value is (53,71,40). Sum of RGB (Red+Green+Blue) = 53+71+40=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 71 - color contains mainly: green. Hex color #354728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354728 is #CAB8D7. Grayscale: #3E3E3E. Windows color (decimal): -13285592 or 2639669. OLE color: 2639669.

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

Color convert

RGB537140-
CMYK0.2500.440.72
HSL94.84º27.93%21.76%-
HSV(B)94.84º43.66%27.84%-
XYZ4.15.422.84-
YUV62.08115.54121.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.32%
GREEN value IS 71 (28.12% from 255) = 43.29%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=32.32%
G=43.29%
B=24.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5371400.2500.440.7294.8427.9321.76
Hex3547281902C485f1c16
Octal6510750310541101373426
Binary1101011000111101000110010101100100100010111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354728; }

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

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

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

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

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

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

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

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