#37462D

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

Shades of Mallard #37462D

Tints of Mallard #37462D

Color information

#37462D (or 0x37462D) is unknown color: approx Mallard. HEX triplet: 37, 46 and 2D. RGB value is (55,70,45). Sum of RGB (Red+Green+Blue) = 55+70+45=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 70 - color contains mainly: green. Hex color #37462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37462D is #C8B9D2. Grayscale: #3E3E3E. Windows color (decimal): -13154771 or 2967095. OLE color: 2967095.

HSL color Cylindrical-coordinate representation of color #37462D: hue angle of 96º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #37462D is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB557045-
CMYK0.2100.360.73
HSL96º21.74%22.55%-
HSV(B)96º35.71%27.45%-
XYZ4.245.383.3-
YUV62.66118.03122.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.35%
GREEN value IS 70 (27.73% from 255) = 41.18%
BLUE value IS 45 (17.97% from 255) = 26.47%
R=32.35%
G=41.18%
B=26.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5570450.2100.360.739621.7422.55
Hex37462D1502449601617
Octal6710655250441111402627
Binary1101111000110101101101010100100100100111000001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37462D; }

 p { color: rgb(55,70,45); }

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

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

 a { background-color: rgb(55,70,45); }

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

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

 span { border-color: rgb(55,70,45); }

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