#377C5A

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

Shades of Amazon #377C5A

Tints of Amazon #377C5A

Color information

#377C5A (or 0x377C5A) is unknown color: approx Amazon. HEX triplet: 37, 7C and 5A. RGB value is (55,124,90). Sum of RGB (Red+Green+Blue) = 55+124+90=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #377C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377C5A is #C883A5. Grayscale: #636363. Windows color (decimal): -13140902 or 5930039. OLE color: 5930039.

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

Color convert

RGB5512490-
CMYK0.5600.270.51
HSL150.43º38.55%35.1%-
HSV(B)150.43º55.65%48.63%-
XYZ10.6315.9712.19-
YUV99.49122.6496.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 124 (48.83% from 255) = 46.10%
BLUE value IS 90 (35.55% from 255) = 33.46%
R=20.45%
G=46.10%
B=33.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55124900.5600.270.51150.4338.5535.1
Hex377C5A3801B33962723
Octal6717413270033632264743
Binary1101111111100101101011100001101111001110010110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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