#395620

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

Shades of Mallard #395620

Tints of Mallard #395620

Color information

#395620 (or 0x395620) is unknown color: approx Mallard. HEX triplet: 39, 56 and 20. RGB value is (57,86,32). Sum of RGB (Red+Green+Blue) = 57+86+32=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 86 (33.98% from 255 or 49.14% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 86 - color contains mainly: green. Hex color #395620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395620 is #C6A9DF. Grayscale: #474747. Windows color (decimal): -13019616 or 2119225. OLE color: 2119225.

HSL color Cylindrical-coordinate representation of color #395620: hue angle of 92.22º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #395620 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB578632-
CMYK0.3400.630.66
HSL92.22º45.76%23.14%-
HSV(B)92.22º62.79%33.73%-
XYZ5.287.632.56-
YUV71.17105.89117.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.57%
GREEN value IS 86 (33.98% from 255) = 49.14%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=32.57%
G=49.14%
B=18.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5786320.3400.630.6692.2245.7623.14
Hex3956202203F425c2e17
Octal7112640420771021345627
Binary111001101011010000010001001111111000010101110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395620; }

 p { color: rgb(57,86,32); }

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

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

 a { background-color: rgb(57,86,32); }

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

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

 span { border-color: rgb(57,86,32); }

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