#37804D

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

Shades of Amazon #37804D

Tints of Amazon #37804D

Color information

#37804D (or 0x37804D) is unknown color: approx Amazon. HEX triplet: 37, 80 and 4D. RGB value is (55,128,77). Sum of RGB (Red+Green+Blue) = 55+128+77=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #37804D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37804D is #C87FB2. Grayscale: #646464. Windows color (decimal): -13139891 or 5079095. OLE color: 5079095.

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

Color convert

RGB5512877-
CMYK0.5700.400.50
HSL138.08º39.89%35.88%-
HSV(B)138.08º57.03%50.2%-
XYZ10.6316.799.7-
YUV100.36114.8295.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 128 (50.39% from 255) = 49.23%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=21.15%
G=49.23%
B=29.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55128770.5700.400.50138.0839.8935.88
Hex37804D39028328a2824
Octal6720011571050622125044
Binary110111100000001001101111001010100011001010001010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37804D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37804D; }

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

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

<style>
 a { background-color: #37804D; }

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

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

<style>
 span { border-color: #37804D; }

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

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