#377158

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

Shades of Amazon #377158

Tints of Amazon #377158

Color information

#377158 (or 0x377158) is unknown color: approx Amazon. HEX triplet: 37, 71 and 58. RGB value is (55,113,88). Sum of RGB (Red+Green+Blue) = 55+113+88=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #377158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377158 is #C88EA7. Grayscale: #5C5C5C. Windows color (decimal): -13143720 or 5796151. OLE color: 5796151.

HSL color Cylindrical-coordinate representation of color #377158: hue angle of 154.14º degrees, saturation: 0.35, 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 #377158 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB5511388-
CMYK0.5100.220.56
HSL154.14º34.52%32.94%-
HSV(B)154.14º51.33%44.31%-
XYZ9.2413.3311.32-
YUV92.81125.28101.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 113 (44.53% from 255) = 44.14%
BLUE value IS 88 (34.77% from 255) = 34.38%
R=21.48%
G=44.14%
B=34.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55113880.5100.220.56154.1434.5232.94
Hex37715833016389a2321
Octal6716113063026702324341
Binary1101111110001101100011001101011011100010011010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377158; }

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

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

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

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

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

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

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

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