#37805B

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

Shades of Amazon #37805B

Tints of Amazon #37805B

Color information

#37805B (or 0x37805B) is unknown color: approx Amazon. HEX triplet: 37, 80 and 5B. RGB value is (55,128,91). Sum of RGB (Red+Green+Blue) = 55+128+91=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 128 - color contains mainly: green. Hex color #37805B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37805B is #C87FA4. Grayscale: #666666. Windows color (decimal): -13139877 or 5996599. OLE color: 5996599.

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

Color convert

RGB5512891-
CMYK0.5700.290.50
HSL149.59º39.89%35.88%-
HSV(B)149.59º57.03%50.2%-
XYZ11.1817.0112.59-
YUV101.95121.8294.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.07%
GREEN value IS 128 (50.39% from 255) = 46.72%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=20.07%
G=46.72%
B=33.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55128910.5700.290.50149.5939.8935.88
Hex37805B3901D32962824
Octal6720013371035622265044
Binary11011110000000101101111100101110111001010010110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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