#376D49

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

Shades of Amazon #376D49

Tints of Amazon #376D49

Color information

#376D49 (or 0x376D49) is unknown color: approx Amazon. HEX triplet: 37, 6D and 49. RGB value is (55,109,73). Sum of RGB (Red+Green+Blue) = 55+109+73=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 109 - color contains mainly: green. Hex color #376D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376D49 is #C892B6. Grayscale: #585858. Windows color (decimal): -13144759 or 4812087. OLE color: 4812087.

HSL color Cylindrical-coordinate representation of color #376D49: hue angle of 140º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376D49 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB5510973-
CMYK0.5000.330.57
HSL140º32.93%32.16%-
HSV(B)140º49.54%42.75%-
XYZ8.2512.238.23-
YUV88.75119.11103.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 109 (42.97% from 255) = 45.99%
BLUE value IS 73 (28.91% from 255) = 30.80%
R=23.21%
G=45.99%
B=30.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55109730.5000.330.5714032.9332.16
Hex376D4932021398c2120
Octal6715511162041712144140
Binary11011111011011001001110010010000111100110001100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376D49; }

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

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

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

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

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

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

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

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