#377649

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

Shades of Amazon #377649

Tints of Amazon #377649

Color information

#377649 (or 0x377649) is unknown color: approx Amazon. HEX triplet: 37, 76 and 49. RGB value is (55,118,73). Sum of RGB (Red+Green+Blue) = 55+118+73=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #377649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377649 is #C889B6. Grayscale: #5E5E5E. Windows color (decimal): -13142455 or 4814391. OLE color: 4814391.

HSL color Cylindrical-coordinate representation of color #377649: hue angle of 137.14º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377649 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB5511873-
CMYK0.5300.380.54
HSL137.14º36.42%33.92%-
HSV(B)137.14º53.39%46.27%-
XYZ9.2614.258.57-
YUV94.03116.13100.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.36%
GREEN value IS 118 (46.48% from 255) = 47.97%
BLUE value IS 73 (28.91% from 255) = 29.67%
R=22.36%
G=47.97%
B=29.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55118730.5300.380.54137.1436.4233.92
Hex3776493502636892422
Octal6716611165046662114442
Binary11011111101101001001110101010011011011010001001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377649; }

 p { color: rgb(55,118,73); }

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

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

 a { background-color: rgb(55,118,73); }

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

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

 span { border-color: rgb(55,118,73); }

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