#37745A

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

Shades of Amazon #37745A

Tints of Amazon #37745A

Color information

#37745A (or 0x37745A) is unknown color: approx Amazon. HEX triplet: 37, 74 and 5A. RGB value is (55,116,90). Sum of RGB (Red+Green+Blue) = 55+116+90=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #37745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37745A is #C88BA5. Grayscale: #5E5E5E. Windows color (decimal): -13142950 or 5927991. OLE color: 5927991.

HSL color Cylindrical-coordinate representation of color #37745A: hue angle of 154.43º 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 #37745A is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB5511690-
CMYK0.5300.220.55
HSL154.43º35.67%33.53%-
HSV(B)154.43º52.59%45.49%-
XYZ9.6714.0411.87-
YUV94.8125.2999.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.07%
GREEN value IS 116 (45.70% from 255) = 44.44%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=21.07%
G=44.44%
B=34.48%

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
Decimal55116900.5300.220.55154.4335.6733.53
Hex37745A35016379a2422
Octal6716413265026672324442
Binary1101111110100101101011010101011011011110011010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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