#377D56

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

Shades of Amazon #377D56

Tints of Amazon #377D56

Color information

#377D56 (or 0x377D56) is unknown color: approx Amazon. HEX triplet: 37, 7D and 56. RGB value is (55,125,86). Sum of RGB (Red+Green+Blue) = 55+125+86=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 125 - color contains mainly: green. Hex color #377D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D56 is #C882A9. Grayscale: #636363. Windows color (decimal): -13140650 or 5668151. OLE color: 5668151.

HSL color Cylindrical-coordinate representation of color #377D56: hue angle of 146.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377D56 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB5512586-
CMYK0.5600.310.51
HSL146.57º38.89%35.29%-
HSV(B)146.57º56%49.02%-
XYZ10.5916.1511.36-
YUV99.62120.3196.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.68%
GREEN value IS 125 (49.22% from 255) = 46.99%
BLUE value IS 86 (33.98% from 255) = 32.33%
R=20.68%
G=46.99%
B=32.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55125860.5600.310.51146.5738.8935.29
Hex377D563801F33932723
Octal6717512670037632234743
Binary1101111111101101011011100001111111001110010011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,125,86); }

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

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

 a { background-color: rgb(55,125,86); }

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

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

 span { border-color: rgb(55,125,86); }

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