#376E48

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

Shades of Amazon #376E48

Tints of Amazon #376E48

Color information

#376E48 (or 0x376E48) is unknown color: approx Amazon. HEX triplet: 37, 6E and 48. RGB value is (55,110,72). Sum of RGB (Red+Green+Blue) = 55+110+72=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 110 (43.36% from 255 or 46.41% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 110 - color contains mainly: green. Hex color #376E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376E48 is #C891B7. Grayscale: #595959. Windows color (decimal): -13144504 or 4746807. OLE color: 4746807.

HSL color Cylindrical-coordinate representation of color #376E48: hue angle of 138.55º 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 #376E48 is Cyan = 0.5, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB5511072-
CMYK0.500.350.57
HSL138.55º33.33%32.35%-
HSV(B)138.55º50%43.14%-
XYZ8.3212.438.09-
YUV89.22118.28103.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 110 (43.36% from 255) = 46.41%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=23.21%
G=46.41%
B=30.38%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55110720.500.350.57138.5533.3332.35
Hex376E4832023398b2120
Octal6715611062043712134140
Binary11011111011101001000110010010001111100110001011100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,110,72); }

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

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

 a { background-color: rgb(55,110,72); }

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

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

 span { border-color: rgb(55,110,72); }

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