#377051

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

Shades of Amazon #377051

Tints of Amazon #377051

Color information

#377051 (or 0x377051) is unknown color: approx Amazon. HEX triplet: 37, 70 and 51. RGB value is (55,112,81). Sum of RGB (Red+Green+Blue) = 55+112+81=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #377051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377051 is #C88FAE. Grayscale: #5B5B5B. Windows color (decimal): -13143983 or 5337143. OLE color: 5337143.

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

Color convert

RGB5511281-
CMYK0.5100.280.56
HSL147.37º34.13%32.75%-
HSV(B)147.37º50.89%43.92%-
XYZ8.8512.999.83-
YUV91.42122.12102.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.18%
GREEN value IS 112 (44.14% from 255) = 45.16%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=22.18%
G=45.16%
B=32.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55112810.5100.280.56147.3734.1332.75
Hex3770513301C38932221
Octal6716012163034702234241
Binary1101111110000101000111001101110011100010010011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377051; }

 p { color: rgb(55,112,81); }

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

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

 a { background-color: rgb(55,112,81); }

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

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

 span { border-color: rgb(55,112,81); }

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