#376F4D

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

Shades of Amazon #376F4D

Tints of Amazon #376F4D

Color information

#376F4D (or 0x376F4D) is unknown color: approx Amazon. HEX triplet: 37, 6F and 4D. RGB value is (55,111,77). Sum of RGB (Red+Green+Blue) = 55+111+77=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #376F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F4D is #C890B2. Grayscale: #5A5A5A. Windows color (decimal): -13144243 or 5074743. OLE color: 5074743.

HSL color Cylindrical-coordinate representation of color #376F4D: hue angle of 143.57º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376F4D is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB5511177-
CMYK0.5000.310.56
HSL143.57º33.73%32.55%-
HSV(B)143.57º50.45%43.53%-
XYZ8.612.729.02-
YUV90.38120.45102.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.63%
GREEN value IS 111 (43.75% from 255) = 45.68%
BLUE value IS 77 (30.47% from 255) = 31.69%
R=22.63%
G=45.68%
B=31.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55111770.5000.310.56143.5733.7332.55
Hex376F4D3201F38902221
Octal6715711562037702204241
Binary1101111101111100110111001001111111100010010000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,111,77); }

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

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

 a { background-color: rgb(55,111,77); }

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

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

 span { border-color: rgb(55,111,77); }

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