#377A46

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

Shades of Amazon #377A46

Tints of Amazon #377A46

Color information

#377A46 (or 0x377A46) is unknown color: approx Amazon. HEX triplet: 37, 7A and 46. RGB value is (55,122,70). Sum of RGB (Red+Green+Blue) = 55+122+70=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #377A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377A46 is #C885B9. Grayscale: #606060. Windows color (decimal): -13141434 or 4618807. OLE color: 4618807.

HSL color Cylindrical-coordinate representation of color #377A46: hue angle of 133.43º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377A46 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB5512270-
CMYK0.5500.430.52
HSL133.43º37.85%34.71%-
HSV(B)133.43º54.92%47.84%-
XYZ9.6415.178.22-
YUV96.04113.398.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 122 (48.05% from 255) = 49.39%
BLUE value IS 70 (27.73% from 255) = 28.34%
R=22.27%
G=49.39%
B=28.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55122700.5500.430.52133.4337.8534.71
Hex377A463702B34852623
Octal6717210667053642054643
Binary11011111110101000110110111010101111010010000101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,122,70); }

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

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

 a { background-color: rgb(55,122,70); }

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

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

 span { border-color: rgb(55,122,70); }

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