#37775E

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

Shades of Amazon #37775E

Tints of Amazon #37775E

Color information

#37775E (or 0x37775E) is unknown color: approx Amazon. HEX triplet: 37, 77 and 5E. RGB value is (55,119,94). Sum of RGB (Red+Green+Blue) = 55+119+94=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #37775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37775E is #C888A1. Grayscale: #616161. Windows color (decimal): -13142178 or 6190903. OLE color: 6190903.

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

Color convert

RGB5511994-
CMYK0.5400.210.53
HSL156.56º36.78%34.12%-
HSV(B)156.56º53.78%46.67%-
XYZ10.1914.8112.91-
YUV97.01126.398.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.52%
GREEN value IS 119 (46.88% from 255) = 44.40%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=20.52%
G=44.40%
B=35.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55119940.5400.210.53156.5636.7834.12
Hex37775E36015359d2522
Octal6716713666025652354542
Binary1101111110111101111011011001010111010110011101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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