#37765E

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

Shades of Amazon #37765E

Tints of Amazon #37765E

Color information

#37765E (or 0x37765E) is unknown color: approx Amazon. HEX triplet: 37, 76 and 5E. RGB value is (55,118,94). Sum of RGB (Red+Green+Blue) = 55+118+94=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #37765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37765E is #C889A1. Grayscale: #606060. Windows color (decimal): -13142434 or 6190647. OLE color: 6190647.

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

Color convert

RGB5511894-
CMYK0.5300.200.54
HSL157.14º36.42%33.92%-
HSV(B)157.14º53.39%46.27%-
XYZ10.0714.5812.87-
YUV96.43126.6398.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.60%
GREEN value IS 118 (46.48% from 255) = 44.19%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=20.60%
G=44.19%
B=35.21%

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
Decimal55118940.5300.200.54157.1436.4233.92
Hex37765E35014369d2422
Octal6716613665024662354442
Binary1101111110110101111011010101010011011010011101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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