#37745B

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

Shades of Amazon #37745B

Tints of Amazon #37745B

Color information

#37745B (or 0x37745B) is unknown color: approx Amazon. HEX triplet: 37, 74 and 5B. RGB value is (55,116,91). Sum of RGB (Red+Green+Blue) = 55+116+91=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #37745B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37745B is #C88BA4. Grayscale: #5E5E5E. Windows color (decimal): -13142949 or 5993527. OLE color: 5993527.

HSL color Cylindrical-coordinate representation of color #37745B: hue angle of 155.41º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37745B is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB5511691-
CMYK0.5300.220.55
HSL155.41º35.67%33.53%-
HSV(B)155.41º52.59%45.49%-
XYZ9.7114.0612.1-
YUV94.91125.7999.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.99%
GREEN value IS 116 (45.70% from 255) = 44.27%
BLUE value IS 91 (35.94% from 255) = 34.73%
R=20.99%
G=44.27%
B=34.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55116910.5300.220.55155.4135.6733.53
Hex37745B35016379b2422
Octal6716413365026672334442
Binary1101111110100101101111010101011011011110011011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37745B; }

 p { color: rgb(55,116,91); }

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

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

 a { background-color: rgb(55,116,91); }

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

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

 span { border-color: rgb(55,116,91); }

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