#374032

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

Shades of Mallard #374032

Tints of Mallard #374032

Color information

#374032 (or 0x374032) is unknown color: approx Mallard. HEX triplet: 37, 40 and 32. RGB value is (55,64,50). Sum of RGB (Red+Green+Blue) = 55+64+50=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 64 - color contains mainly: green. Hex color #374032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374032 is #C8BFCD. Grayscale: #3B3B3B. Windows color (decimal): -13156302 or 3293239. OLE color: 3293239.

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

Color convert

RGB556450-
CMYK0.1400.220.75
HSL98.57º12.28%22.35%-
HSV(B)98.57º21.88%25.1%-
XYZ3.984.713.72-
YUV59.71122.52124.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.54%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=32.54%
G=37.87%
B=29.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5564500.1400.220.7598.5712.2822.35
Hex374032E0164B63c16
Octal6710062160261131431426
Binary1101111000000110010111001011010010111100011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374032; }

 p { color: rgb(55,64,50); }

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

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

 a { background-color: rgb(55,64,50); }

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

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

 span { border-color: rgb(55,64,50); }

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