#37815B

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

Shades of Amazon #37815B

Tints of Amazon #37815B

Color information

#37815B (or 0x37815B) is unknown color: approx Amazon. HEX triplet: 37, 81 and 5B. RGB value is (55,129,91). Sum of RGB (Red+Green+Blue) = 55+129+91=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #37815B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37815B is #C87EA4. Grayscale: #666666. Windows color (decimal): -13139621 or 5996855. OLE color: 5996855.

HSL color Cylindrical-coordinate representation of color #37815B: hue angle of 149.19º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37815B is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB5512991-
CMYK0.5700.290.49
HSL149.19º40.22%36.08%-
HSV(B)149.19º57.36%50.59%-
XYZ11.3117.2712.63-
YUV102.54121.4894.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20%
GREEN value IS 129 (50.78% from 255) = 46.91%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=20%
G=46.91%
B=33.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55129910.5700.290.49149.1940.2236.08
Hex37815B3901D31952824
Octal6720113371035612255044
Binary11011110000001101101111100101110111000110010101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37815B; }

 p { color: rgb(55,129,91); }

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

<style>
 a { background-color: #37815B; }

 a { background-color: rgb(55,129,91); }

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

<style>
 span { border-color: #37815B; }

 span { border-color: rgb(55,129,91); }

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