#37815C

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

Shades of Amazon #37815C

Tints of Amazon #37815C

Color information

#37815C (or 0x37815C) is unknown color: approx Amazon. HEX triplet: 37, 81 and 5C. RGB value is (55,129,92). Sum of RGB (Red+Green+Blue) = 55+129+92=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #37815C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37815C is #C87EA3. Grayscale: #666666. Windows color (decimal): -13139620 or 6062391. OLE color: 6062391.

HSL color Cylindrical-coordinate representation of color #37815C: hue angle of 150º 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 #37815C is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB5512992-
CMYK0.5700.290.49
HSL150º40.22%36.08%-
HSV(B)150º57.36%50.59%-
XYZ11.3617.2912.86-
YUV102.66121.9894.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.93%
GREEN value IS 129 (50.78% from 255) = 46.74%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=19.93%
G=46.74%
B=33.33%

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
Decimal55129920.5700.290.4915040.2236.08
Hex37815C3901D31962824
Octal6720113471035612265044
Binary11011110000001101110011100101110111000110010110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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