#37472A

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

Shades of Mallard #37472A

Tints of Mallard #37472A

Color information

#37472A (or 0x37472A) is unknown color: approx Mallard. HEX triplet: 37, 47 and 2A. RGB value is (55,71,42). Sum of RGB (Red+Green+Blue) = 55+71+42=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #37472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37472A is #C8B8D5. Grayscale: #3F3F3F. Windows color (decimal): -13154518 or 2770743. OLE color: 2770743.

HSL color Cylindrical-coordinate representation of color #37472A: hue angle of 93.1º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37472A is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB557142-
CMYK0.2300.410.72
HSL93.1º25.66%22.16%-
HSV(B)93.1º40.85%27.84%-
XYZ4.255.493.03-
YUV62.91116.2122.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.74%
GREEN value IS 71 (28.12% from 255) = 42.26%
BLUE value IS 42 (16.80% from 255) = 25%
R=32.74%
G=42.26%
B=25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5571420.2300.410.7293.125.6622.16
Hex37472A17029485d1a16
Octal6710752270511101353226
Binary1101111000111101010101110101001100100010111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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