#395520

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

Shades of Mallard #395520

Tints of Mallard #395520

Color information

#395520 (or 0x395520) is unknown color: approx Mallard. HEX triplet: 39, 55 and 20. RGB value is (57,85,32). Sum of RGB (Red+Green+Blue) = 57+85+32=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #395520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395520 is #C6AADF. Grayscale: #464646. Windows color (decimal): -13019872 or 2118969. OLE color: 2118969.

HSL color Cylindrical-coordinate representation of color #395520: hue angle of 91.7º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #395520 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB578532-
CMYK0.3300.620.67
HSL91.7º45.3%22.94%-
HSV(B)91.7º62.35%33.33%-
XYZ5.27.472.53-
YUV70.59106.22118.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.76%
GREEN value IS 85 (33.59% from 255) = 48.85%
BLUE value IS 32 (12.89% from 255) = 18.39%
R=32.76%
G=48.85%
B=18.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785320.3300.620.6791.745.322.94
Hex3955202103E435c2d17
Octal7112540410761031345527
Binary111001101010110000010000101111101000011101110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395520; }

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

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

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

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

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

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

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

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