#37765D

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

Shades of Amazon #37765D

Tints of Amazon #37765D

Color information

#37765D (or 0x37765D) is unknown color: approx Amazon. HEX triplet: 37, 76 and 5D. RGB value is (55,118,93). Sum of RGB (Red+Green+Blue) = 55+118+93=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #37765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37765D is #C889A2. Grayscale: #606060. Windows color (decimal): -13142435 or 6125111. OLE color: 6125111.

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

Color convert

RGB5511893-
CMYK0.5300.210.54
HSL156.19º36.42%33.92%-
HSV(B)156.19º53.39%46.27%-
XYZ10.0314.5612.64-
YUV96.31126.1398.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.68%
GREEN value IS 118 (46.48% from 255) = 44.36%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=20.68%
G=44.36%
B=34.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55118930.5300.210.54156.1936.4233.92
Hex37765D35015369c2422
Octal6716613565025662344442
Binary1101111110110101110111010101010111011010011100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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