#37774E

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

Shades of Amazon #37774E

Tints of Amazon #37774E

Color information

#37774E (or 0x37774E) is unknown color: approx Amazon. HEX triplet: 37, 77 and 4E. RGB value is (55,119,78). Sum of RGB (Red+Green+Blue) = 55+119+78=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #37774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37774E is #C888B1. Grayscale: #5F5F5F. Windows color (decimal): -13142194 or 5142327. OLE color: 5142327.

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

Color convert

RGB5511978-
CMYK0.5400.340.53
HSL141.56º36.78%34.12%-
HSV(B)141.56º53.78%46.67%-
XYZ9.5514.569.51-
YUV95.19118.399.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.83%
GREEN value IS 119 (46.88% from 255) = 47.22%
BLUE value IS 78 (30.86% from 255) = 30.95%
R=21.83%
G=47.22%
B=30.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55119780.5400.340.53141.5636.7834.12
Hex37774E36022358e2522
Octal6716711666042652164542
Binary11011111101111001110110110010001011010110001110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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