#37755E

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

Shades of Amazon #37755E

Tints of Amazon #37755E

Color information

#37755E (or 0x37755E) is unknown color: approx Amazon. HEX triplet: 37, 75 and 5E. RGB value is (55,117,94). Sum of RGB (Red+Green+Blue) = 55+117+94=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #37755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37755E is #C88AA1. Grayscale: #5F5F5F. Windows color (decimal): -13142690 or 6190391. OLE color: 6190391.

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

Color convert

RGB5511794-
CMYK0.5300.200.54
HSL157.74º36.05%33.73%-
HSV(B)157.74º52.99%45.88%-
XYZ9.9614.3412.83-
YUV95.84126.9698.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.68%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 94 (37.11% from 255) = 35.34%
R=20.68%
G=43.98%
B=35.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55117940.5300.200.54157.7436.0533.73
Hex37755E35014369e2422
Octal6716513665024662364442
Binary1101111110101101111011010101010011011010011110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37755E; }

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

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

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

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

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

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

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

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