#377346

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

Shades of Amazon #377346

Tints of Amazon #377346

Color information

#377346 (or 0x377346) is unknown color: approx Amazon. HEX triplet: 37, 73 and 46. RGB value is (55,115,70). Sum of RGB (Red+Green+Blue) = 55+115+70=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #377346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377346 is #C88CB9. Grayscale: #5C5C5C. Windows color (decimal): -13143226 or 4617015. OLE color: 4617015.

HSL color Cylindrical-coordinate representation of color #377346: hue angle of 135º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377346 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB5511570-
CMYK0.5200.390.55
HSL135º35.29%33.33%-
HSV(B)135º52.17%45.1%-
XYZ8.8113.527.94-
YUV91.93115.62101.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 115 (45.31% from 255) = 47.92%
BLUE value IS 70 (27.73% from 255) = 29.17%
R=22.92%
G=47.92%
B=29.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55115700.5200.390.5513535.2933.33
Hex3773463402737872321
Octal6716310664047672074341
Binary11011111100111000110110100010011111011110000111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377346; }

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

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

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

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

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

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

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

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