#377857

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

Shades of Amazon #377857

Tints of Amazon #377857

Color information

#377857 (or 0x377857) is unknown color: approx Amazon. HEX triplet: 37, 78 and 57. RGB value is (55,120,87). Sum of RGB (Red+Green+Blue) = 55+120+87=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #377857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377857 is #C887A8. Grayscale: #606060. Windows color (decimal): -13141929 or 5732407. OLE color: 5732407.

HSL color Cylindrical-coordinate representation of color #377857: hue angle of 149.54º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #377857 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB5512087-
CMYK0.5400.280.53
HSL149.54º37.14%34.31%-
HSV(B)149.54º54.17%47.06%-
XYZ10.0114.9311.37-
YUV96.8122.4798.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.99%
GREEN value IS 120 (47.27% from 255) = 45.80%
BLUE value IS 87 (34.38% from 255) = 33.21%
R=20.99%
G=45.80%
B=33.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55120870.5400.280.53149.5437.1434.31
Hex3778573601C35962522
Octal6717012766034652264542
Binary1101111111000101011111011001110011010110010110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377857; }

 p { color: rgb(55,120,87); }

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

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

 a { background-color: rgb(55,120,87); }

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

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

 span { border-color: rgb(55,120,87); }

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