#37774B

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

Shades of Amazon #37774B

Tints of Amazon #37774B

Color information

#37774B (or 0x37774B) is unknown color: approx Amazon. HEX triplet: 37, 77 and 4B. RGB value is (55,119,75). Sum of RGB (Red+Green+Blue) = 55+119+75=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #37774B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37774B is #C888B4. Grayscale: #5E5E5E. Windows color (decimal): -13142197 or 4945719. OLE color: 4945719.

HSL color Cylindrical-coordinate representation of color #37774B: hue angle of 138.75º 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 #37774B is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB5511975-
CMYK0.5400.370.53
HSL138.75º36.78%34.12%-
HSV(B)138.75º53.78%46.67%-
XYZ9.4414.518.96-
YUV94.85116.899.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.09%
GREEN value IS 119 (46.88% from 255) = 47.79%
BLUE value IS 75 (29.69% from 255) = 30.12%
R=22.09%
G=47.79%
B=30.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55119750.5400.370.53138.7536.7834.12
Hex37774B36025358b2522
Octal6716711366045652134542
Binary11011111101111001011110110010010111010110001011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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