#374131

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

Shades of Mallard #374131

Tints of Mallard #374131

Color information

#374131 (or 0x374131) is unknown color: approx Mallard. HEX triplet: 37, 41 and 31. RGB value is (55,65,49). Sum of RGB (Red+Green+Blue) = 55+65+49=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 65 - color contains mainly: green. Hex color #374131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374131 is #C8BECE. Grayscale: #3C3C3C. Windows color (decimal): -13156047 or 3227959. OLE color: 3227959.

HSL color Cylindrical-coordinate representation of color #374131: hue angle of 97.5º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #374131 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB556549-
CMYK0.1500.250.75
HSL97.5º14.04%22.35%-
HSV(B)97.5º24.62%25.49%-
XYZ4.024.813.62-
YUV60.19121.69124.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.54%
GREEN value IS 65 (25.78% from 255) = 38.46%
BLUE value IS 49 (19.53% from 255) = 28.99%
R=32.54%
G=38.46%
B=28.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5565490.1500.250.7597.514.0422.35
Hex374131F0194B62e16
Octal6710161170311131421626
Binary1101111000001110001111101100110010111100010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374131; }

 p { color: rgb(55,65,49); }

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

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

 a { background-color: rgb(55,65,49); }

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

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

 span { border-color: rgb(55,65,49); }

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