#354628

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

Shades of Mallard #354628

Tints of Mallard #354628

Color information

#354628 (or 0x354628) is unknown color: approx Mallard. HEX triplet: 35, 46 and 28. RGB value is (53,70,40). Sum of RGB (Red+Green+Blue) = 53+70+40=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #354628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354628 is #CAB9D7. Grayscale: #3D3D3D. Windows color (decimal): -13285848 or 2639413. OLE color: 2639413.

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

Color convert

RGB537040-
CMYK0.2400.430.73
HSL94º27.27%21.57%-
HSV(B)94º42.86%27.45%-
XYZ4.045.292.82-
YUV61.5115.87121.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 70 (27.73% from 255) = 42.94%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=32.52%
G=42.94%
B=24.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5370400.2400.430.739427.2721.57
Hex3546281802B495e1b16
Octal6510650300531111363326
Binary1101011000110101000110000101011100100110111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354628; }

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

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

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

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

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

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

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

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