#37844A

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

Shades of Amazon #37844A

Tints of Amazon #37844A

Color information

#37844A (or 0x37844A) is unknown color: approx Amazon. HEX triplet: 37, 84 and 4A. RGB value is (55,132,74). Sum of RGB (Red+Green+Blue) = 55+132+74=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #37844A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37844A is #C87BB5. Grayscale: #666666. Windows color (decimal): -13138870 or 4883511. OLE color: 4883511.

HSL color Cylindrical-coordinate representation of color #37844A: hue angle of 134.81º 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 #37844A is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB5513274-
CMYK0.5800.440.48
HSL134.81º41.18%36.67%-
HSV(B)134.81º58.33%51.76%-
XYZ11.0617.819.33-
YUV102.36111.9994.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.07%
GREEN value IS 132 (51.95% from 255) = 50.57%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=21.07%
G=50.57%
B=28.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55132740.5800.440.48134.8141.1836.67
Hex37844A3A02C30872925
Octal6720411272054602075145
Binary110111100001001001010111010010110011000010000111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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