#377A4E

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

Shades of Amazon #377A4E

Tints of Amazon #377A4E

Color information

#377A4E (or 0x377A4E) is unknown color: approx Amazon. HEX triplet: 37, 7A and 4E. RGB value is (55,122,78). Sum of RGB (Red+Green+Blue) = 55+122+78=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 122 (48.05% from 255 or 47.84% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 122 - color contains mainly: green. Hex color #377A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377A4E is #C885B1. Grayscale: #616161. Windows color (decimal): -13141426 or 5143095. OLE color: 5143095.

HSL color Cylindrical-coordinate representation of color #377A4E: hue angle of 140.6º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377A4E is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.

Color convert

RGB5512278-
CMYK0.5500.360.52
HSL140.6º37.85%34.71%-
HSV(B)140.6º54.92%47.84%-
XYZ9.9115.289.64-
YUV96.95117.398.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.57%
GREEN value IS 122 (48.05% from 255) = 47.84%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=21.57%
G=47.84%
B=30.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55122780.5500.360.52140.637.8534.71
Hex377A4E37024348d2623
Octal6717211667044642154643
Binary11011111110101001110110111010010011010010001101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,122,78); }

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

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

 a { background-color: rgb(55,122,78); }

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

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

 span { border-color: rgb(55,122,78); }

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