#377E5B

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

Shades of Amazon #377E5B

Tints of Amazon #377E5B

Color information

#377E5B (or 0x377E5B) is unknown color: approx Amazon. HEX triplet: 37, 7E and 5B. RGB value is (55,126,91). Sum of RGB (Red+Green+Blue) = 55+126+91=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 126 (49.61% from 255 or 46.32% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 126 - color contains mainly: green. Hex color #377E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377E5B is #C881A4. Grayscale: #646464. Windows color (decimal): -13140389 or 5996087. OLE color: 5996087.

HSL color Cylindrical-coordinate representation of color #377E5B: hue angle of 150.42º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377E5B is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB5512691-
CMYK0.5600.280.51
HSL150.42º39.23%35.49%-
HSV(B)150.42º56.35%49.41%-
XYZ10.9216.4912.5-
YUV100.78122.4895.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.22%
GREEN value IS 126 (49.61% from 255) = 46.32%
BLUE value IS 91 (35.94% from 255) = 33.46%
R=20.22%
G=46.32%
B=33.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55126910.5600.280.51150.4239.2335.49
Hex377E5B3801C33962723
Octal6717613370034632264743
Binary1101111111110101101111100001110011001110010110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377E5B; }

 p { color: rgb(55,126,91); }

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

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

 a { background-color: rgb(55,126,91); }

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

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

 span { border-color: rgb(55,126,91); }

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