#377858

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

Shades of Amazon #377858

Tints of Amazon #377858

Color information

#377858 (or 0x377858) is unknown color: approx Amazon. HEX triplet: 37, 78 and 58. RGB value is (55,120,88). Sum of RGB (Red+Green+Blue) = 55+120+88=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #377858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377858 is #C887A7. Grayscale: #606060. Windows color (decimal): -13141928 or 5797943. OLE color: 5797943.

HSL color Cylindrical-coordinate representation of color #377858: hue angle of 150.46º 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 #377858 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB5512088-
CMYK0.5400.270.53
HSL150.46º37.14%34.31%-
HSV(B)150.46º54.17%47.06%-
XYZ10.0514.9511.59-
YUV96.92122.9798.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 120 (47.27% from 255) = 45.63%
BLUE value IS 88 (34.77% from 255) = 33.46%
R=20.91%
G=45.63%
B=33.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55120880.5400.270.53150.4637.1434.31
Hex3778583601B35962522
Octal6717013066033652264542
Binary1101111111000101100011011001101111010110010110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377858; }

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

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

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

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

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

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

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

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