#377B48

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

Shades of Amazon #377B48

Tints of Amazon #377B48

Color information

#377B48 (or 0x377B48) is unknown color: approx Amazon. HEX triplet: 37, 7B and 48. RGB value is (55,123,72). Sum of RGB (Red+Green+Blue) = 55+123+72=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 123 (48.44% from 255 or 49.2% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 123 - color contains mainly: green. Hex color #377B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377B48 is #C884B7. Grayscale: #606060. Windows color (decimal): -13141176 or 4750135. OLE color: 4750135.

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

Color convert

RGB5512372-
CMYK0.5500.410.52
HSL135º38.2%34.9%-
HSV(B)135º55.28%48.24%-
XYZ9.8315.458.59-
YUV96.85113.9798.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22%
GREEN value IS 123 (48.44% from 255) = 49.2%
BLUE value IS 72 (28.52% from 255) = 28.8%
R=22%
G=49.2%
B=28.8%

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
Decimal55123720.5500.410.5213538.234.9
Hex377B483702934872623
Octal6717311067051642074643
Binary11011111110111001000110111010100111010010000111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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