#377D5A

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

Shades of Amazon #377D5A

Tints of Amazon #377D5A

Color information

#377D5A (or 0x377D5A) is unknown color: approx Amazon. HEX triplet: 37, 7D and 5A. RGB value is (55,125,90). Sum of RGB (Red+Green+Blue) = 55+125+90=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 125 - color contains mainly: green. Hex color #377D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D5A is #C882A5. Grayscale: #646464. Windows color (decimal): -13140646 or 5930295. OLE color: 5930295.

HSL color Cylindrical-coordinate representation of color #377D5A: hue angle of 150º 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 #377D5A is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB5512590-
CMYK0.5600.280.51
HSL150º38.89%35.29%-
HSV(B)150º56%49.02%-
XYZ10.7516.2212.24-
YUV100.08122.3195.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.37%
GREEN value IS 125 (49.22% from 255) = 46.30%
BLUE value IS 90 (35.55% from 255) = 33.33%
R=20.37%
G=46.30%
B=33.33%

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
Decimal55125900.5600.280.5115038.8935.29
Hex377D5A3801C33962723
Octal6717513270034632264743
Binary1101111111101101101011100001110011001110010110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,125,90); }

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

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

 a { background-color: rgb(55,125,90); }

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

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

 span { border-color: rgb(55,125,90); }

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