#37845A

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

Shades of Amazon #37845A

Tints of Amazon #37845A

Color information

#37845A (or 0x37845A) is unknown color: approx Amazon. HEX triplet: 37, 84 and 5A. RGB value is (55,132,90). Sum of RGB (Red+Green+Blue) = 55+132+90=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #37845A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37845A is #C87BA5. Grayscale: #686868. Windows color (decimal): -13138854 or 5932087. OLE color: 5932087.

HSL color Cylindrical-coordinate representation of color #37845A: hue angle of 147.27º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37845A is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB5513290-
CMYK0.5800.320.48
HSL147.27º41.18%36.67%-
HSV(B)147.27º58.33%51.76%-
XYZ11.6718.0512.54-
YUV104.19119.9992.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.86%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 90 (35.55% from 255) = 32.49%
R=19.86%
G=47.65%
B=32.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55132900.5800.320.48147.2741.1836.67
Hex37845A3A02030932925
Octal6720413272040602235145
Binary110111100001001011010111010010000011000010010011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37845A; }

 p { color: rgb(55,132,90); }

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

<style>
 a { background-color: #37845A; }

 a { background-color: rgb(55,132,90); }

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

<style>
 span { border-color: #37845A; }

 span { border-color: rgb(55,132,90); }

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