#37764C

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

Shades of Amazon #37764C

Tints of Amazon #37764C

Color information

#37764C (or 0x37764C) is unknown color: approx Amazon. HEX triplet: 37, 76 and 4C. RGB value is (55,118,76). Sum of RGB (Red+Green+Blue) = 55+118+76=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #37764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37764C is #C889B3. Grayscale: #5E5E5E. Windows color (decimal): -13142452 or 5010999. OLE color: 5010999.

HSL color Cylindrical-coordinate representation of color #37764C: hue angle of 140º 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 #37764C is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB5511876-
CMYK0.5300.360.54
HSL140º36.42%33.92%-
HSV(B)140º53.39%46.27%-
XYZ9.3614.299.1-
YUV94.37117.6399.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.09%
GREEN value IS 118 (46.48% from 255) = 47.39%
BLUE value IS 76 (30.08% from 255) = 30.52%
R=22.09%
G=47.39%
B=30.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55118760.5300.360.5414036.4233.92
Hex37764C35024368c2422
Octal6716611465044662144442
Binary11011111101101001100110101010010011011010001100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37764C; }

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

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

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

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

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

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

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

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