#37765C

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

Shades of Amazon #37765C

Tints of Amazon #37765C

Color information

#37765C (or 0x37765C) is unknown color: approx Amazon. HEX triplet: 37, 76 and 5C. RGB value is (55,118,92). Sum of RGB (Red+Green+Blue) = 55+118+92=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #37765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37765C is #C889A3. Grayscale: #606060. Windows color (decimal): -13142436 or 6059575. OLE color: 6059575.

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

Color convert

RGB5511892-
CMYK0.5300.220.54
HSL155.24º36.42%33.92%-
HSV(B)155.24º53.39%46.27%-
XYZ9.9914.5412.41-
YUV96.2125.6398.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.75%
GREEN value IS 118 (46.48% from 255) = 44.53%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=20.75%
G=44.53%
B=34.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55118920.5300.220.54155.2436.4233.92
Hex37765C35016369b2422
Octal6716613465026662334442
Binary1101111110110101110011010101011011011010011011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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