#37775D

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

Shades of Amazon #37775D

Tints of Amazon #37775D

Color information

#37775D (or 0x37775D) is unknown color: approx Amazon. HEX triplet: 37, 77 and 5D. RGB value is (55,119,93). Sum of RGB (Red+Green+Blue) = 55+119+93=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #37775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37775D is #C888A2. Grayscale: #606060. Windows color (decimal): -13142179 or 6125367. OLE color: 6125367.

HSL color Cylindrical-coordinate representation of color #37775D: hue angle of 155.62º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #37775D is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB5511993-
CMYK0.5400.220.53
HSL155.62º36.78%34.12%-
HSV(B)155.62º53.78%46.67%-
XYZ10.1514.812.68-
YUV96.9125.898.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.60%
GREEN value IS 119 (46.88% from 255) = 44.57%
BLUE value IS 93 (36.72% from 255) = 34.83%
R=20.60%
G=44.57%
B=34.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55119930.5400.220.53155.6236.7834.12
Hex37775D36016359c2522
Octal6716713566026652344542
Binary1101111110111101110111011001011011010110011100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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