#37754D

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

Shades of Amazon #37754D

Tints of Amazon #37754D

Color information

#37754D (or 0x37754D) is unknown color: approx Amazon. HEX triplet: 37, 75 and 4D. RGB value is (55,117,77). Sum of RGB (Red+Green+Blue) = 55+117+77=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #37754D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37754D is #C88AB2. Grayscale: #5E5E5E. Windows color (decimal): -13142707 or 5076279. OLE color: 5076279.

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

Color convert

RGB5511777-
CMYK0.5300.340.54
HSL141.29º36.05%33.73%-
HSV(B)141.29º52.99%45.88%-
XYZ9.2814.079.25-
YUV93.9118.46100.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.09%
GREEN value IS 117 (46.09% from 255) = 46.99%
BLUE value IS 77 (30.47% from 255) = 30.92%
R=22.09%
G=46.99%
B=30.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55117770.5300.340.54141.2936.0533.73
Hex37754D35022368d2422
Octal6716511565042662154442
Binary11011111101011001101110101010001011011010001101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37754D; }

 p { color: rgb(55,117,77); }

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

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

 a { background-color: rgb(55,117,77); }

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

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

 span { border-color: rgb(55,117,77); }

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