#377F57

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

Shades of Amazon #377F57

Tints of Amazon #377F57

Color information

#377F57 (or 0x377F57) is unknown color: approx Amazon. HEX triplet: 37, 7F and 57. RGB value is (55,127,87). Sum of RGB (Red+Green+Blue) = 55+127+87=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 127 - color contains mainly: green. Hex color #377F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F57 is #C880A8. Grayscale: #656565. Windows color (decimal): -13140137 or 5734199. OLE color: 5734199.

HSL color Cylindrical-coordinate representation of color #377F57: hue angle of 146.67º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377F57 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB5512787-
CMYK0.5700.310.50
HSL146.67º39.56%35.69%-
HSV(B)146.67º56.69%49.8%-
XYZ10.8916.6811.66-
YUV100.91120.1595.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 127 (50% from 255) = 47.21%
BLUE value IS 87 (34.38% from 255) = 32.34%
R=20.45%
G=47.21%
B=32.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55127870.5700.310.50146.6739.5635.69
Hex377F573901F32932824
Octal6717712771037622235044
Binary1101111111111101011111100101111111001010010011101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377F57; }

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

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

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

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

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

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

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

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