#377A48

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

Shades of Amazon #377A48

Tints of Amazon #377A48

Color information

#377A48 (or 0x377A48) is unknown color: approx Amazon. HEX triplet: 37, 7A and 48. RGB value is (55,122,72). Sum of RGB (Red+Green+Blue) = 55+122+72=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 122 (48.05% from 255 or 49.00% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 122 - color contains mainly: green. Hex color #377A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377A48 is #C885B7. Grayscale: #606060. Windows color (decimal): -13141432 or 4749879. OLE color: 4749879.

HSL color Cylindrical-coordinate representation of color #377A48: hue angle of 135.22º 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 #377A48 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB5512272-
CMYK0.5500.410.52
HSL135.22º37.85%34.71%-
HSV(B)135.22º54.92%47.84%-
XYZ9.715.28.55-
YUV96.27114.398.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.09%
GREEN value IS 122 (48.05% from 255) = 49.00%
BLUE value IS 72 (28.52% from 255) = 28.92%
R=22.09%
G=49.00%
B=28.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55122720.5500.410.52135.2237.8534.71
Hex377A483702934872623
Octal6717211067051642074643
Binary11011111110101001000110111010100111010010000111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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