#37774A

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

Shades of Amazon #37774A

Tints of Amazon #37774A

Color information

#37774A (or 0x37774A) is unknown color: approx Amazon. HEX triplet: 37, 77 and 4A. RGB value is (55,119,74). Sum of RGB (Red+Green+Blue) = 55+119+74=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #37774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37774A is #C888B5. Grayscale: #5E5E5E. Windows color (decimal): -13142198 or 4880183. OLE color: 4880183.

HSL color Cylindrical-coordinate representation of color #37774A: hue angle of 137.81º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #37774A is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB5511974-
CMYK0.5400.380.53
HSL137.81º36.78%34.12%-
HSV(B)137.81º53.78%46.67%-
XYZ9.4114.58.78-
YUV94.73116.399.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.18%
GREEN value IS 119 (46.88% from 255) = 47.98%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=22.18%
G=47.98%
B=29.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55119740.5400.380.53137.8136.7834.12
Hex37774A36026358a2522
Octal6716711266046652124542
Binary11011111101111001010110110010011011010110001010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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