#37825E

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

Shades of Amazon #37825E

Tints of Amazon #37825E

Color information

#37825E (or 0x37825E) is unknown color: approx Amazon. HEX triplet: 37, 82 and 5E. RGB value is (55,130,94). Sum of RGB (Red+Green+Blue) = 55+130+94=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #37825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37825E is #C87DA1. Grayscale: #676767. Windows color (decimal): -13139362 or 6193719. OLE color: 6193719.

HSL color Cylindrical-coordinate representation of color #37825E: hue angle of 151.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37825E is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB5513094-
CMYK0.5800.280.49
HSL151.2º40.54%36.27%-
HSV(B)151.2º57.69%50.98%-
XYZ11.5817.5913.37-
YUV103.47122.6593.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.71%
GREEN value IS 130 (51.17% from 255) = 46.59%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=19.71%
G=46.59%
B=33.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130940.5800.280.49151.240.5436.27
Hex37825E3A01C31972924
Octal6720213672034612275144
Binary11011110000010101111011101001110011000110010111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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