#37805E

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

Shades of Amazon #37805E

Tints of Amazon #37805E

Color information

#37805E (or 0x37805E) is unknown color: approx Amazon. HEX triplet: 37, 80 and 5E. RGB value is (55,128,94). Sum of RGB (Red+Green+Blue) = 55+128+94=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #37805E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37805E is #C87FA1. Grayscale: #666666. Windows color (decimal): -13139874 or 6193207. OLE color: 6193207.

HSL color Cylindrical-coordinate representation of color #37805E: hue angle of 152.05º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37805E is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB5512894-
CMYK0.5700.270.50
HSL152.05º39.89%35.88%-
HSV(B)152.05º57.03%50.2%-
XYZ11.3217.0613.29-
YUV102.3123.3294.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.86%
GREEN value IS 128 (50.39% from 255) = 46.21%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=19.86%
G=46.21%
B=33.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55128940.5700.270.50152.0539.8935.88
Hex37805E3901B32982824
Octal6720013671033622305044
Binary11011110000000101111011100101101111001010011000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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