#37492A

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

Shades of Mallard #37492A

Tints of Mallard #37492A

Color information

#37492A (or 0x37492A) is unknown color: approx Mallard. HEX triplet: 37, 49 and 2A. RGB value is (55,73,42). Sum of RGB (Red+Green+Blue) = 55+73+42=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 73 - color contains mainly: green. Hex color #37492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37492A is #C8B6D5. Grayscale: #404040. Windows color (decimal): -13154006 or 2771255. OLE color: 2771255.

HSL color Cylindrical-coordinate representation of color #37492A: hue angle of 94.84º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #37492A is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB557342-
CMYK0.2500.420.71
HSL94.84º26.96%22.55%-
HSV(B)94.84º42.47%28.63%-
XYZ4.385.743.07-
YUV64.08115.54121.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.35%
GREEN value IS 73 (28.91% from 255) = 42.94%
BLUE value IS 42 (16.80% from 255) = 24.71%
R=32.35%
G=42.94%
B=24.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5573420.2500.420.7194.8426.9622.55
Hex37492A1902A475f1b17
Octal6711152310521071373327
Binary1101111001001101010110010101010100011110111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37492A; }

 p { color: rgb(55,73,42); }

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

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

 a { background-color: rgb(55,73,42); }

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

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

 span { border-color: rgb(55,73,42); }

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