#377754

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

Shades of Amazon #377754

Tints of Amazon #377754

Color information

#377754 (or 0x377754) is unknown color: approx Amazon. HEX triplet: 37, 77 and 54. RGB value is (55,119,84). Sum of RGB (Red+Green+Blue) = 55+119+84=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #377754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377754 is #C888AB. Grayscale: #5F5F5F. Windows color (decimal): -13142188 or 5535543. OLE color: 5535543.

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

Color convert

RGB5511984-
CMYK0.5400.290.53
HSL147.19º36.78%34.12%-
HSV(B)147.19º53.78%46.67%-
XYZ9.7714.6510.7-
YUV95.87121.398.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.32%
GREEN value IS 119 (46.88% from 255) = 46.12%
BLUE value IS 84 (33.20% from 255) = 32.56%
R=21.32%
G=46.12%
B=32.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55119840.5400.290.53147.1936.7834.12
Hex3777543601D35932522
Octal6716712466035652234542
Binary1101111110111101010011011001110111010110010011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377754; }

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

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

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

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

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

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

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

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