#395722

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

Shades of Mallard #395722

Tints of Mallard #395722

Color information

#395722 (or 0x395722) is unknown color: approx Mallard. HEX triplet: 39, 57 and 22. RGB value is (57,87,34). Sum of RGB (Red+Green+Blue) = 57+87+34=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 87 (34.38% from 255 or 48.88% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 87 - color contains mainly: green. Hex color #395722 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395722 is #C6A8DD. Grayscale: #484848. Windows color (decimal): -13019358 or 2250553. OLE color: 2250553.

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

Color convert

RGB578734-
CMYK0.3400.610.66
HSL93.96º43.8%23.73%-
HSV(B)93.96º60.92%34.12%-
XYZ5.387.82.74-
YUV71.99106.56117.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 87 (34.38% from 255) = 48.88%
BLUE value IS 34 (13.67% from 255) = 19.10%
R=32.02%
G=48.88%
B=19.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5787340.3400.610.6693.9643.823.73
Hex3957222203D425e2c18
Octal7112742420751021365430
Binary111001101011110001010001001111011000010101111010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395722; }

 p { color: rgb(57,87,34); }

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

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

 a { background-color: rgb(57,87,34); }

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

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

 span { border-color: rgb(57,87,34); }

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