#377957

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

Shades of Amazon #377957

Tints of Amazon #377957

Color information

#377957 (or 0x377957) is unknown color: approx Amazon. HEX triplet: 37, 79 and 57. RGB value is (55,121,87). Sum of RGB (Red+Green+Blue) = 55+121+87=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #377957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377957 is #C886A8. Grayscale: #616161. Windows color (decimal): -13141673 or 5732663. OLE color: 5732663.

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

Color convert

RGB5512187-
CMYK0.5500.280.53
HSL149.09º37.5%34.51%-
HSV(B)149.09º54.55%47.45%-
XYZ10.1315.1811.41-
YUV97.39122.1397.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 121 (47.66% from 255) = 46.01%
BLUE value IS 87 (34.38% from 255) = 33.08%
R=20.91%
G=46.01%
B=33.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55121870.5500.280.53149.0937.534.51
Hex3779573701C35952623
Octal6717112767034652254643
Binary1101111111001101011111011101110011010110010101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377957; }

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

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

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

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

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

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

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

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