#377553

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

Shades of Amazon #377553

Tints of Amazon #377553

Color information

#377553 (or 0x377553) is unknown color: approx Amazon. HEX triplet: 37, 75 and 53. RGB value is (55,117,83). Sum of RGB (Red+Green+Blue) = 55+117+83=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #377553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377553 is #C88AAC. Grayscale: #5E5E5E. Windows color (decimal): -13142701 or 5469495. OLE color: 5469495.

HSL color Cylindrical-coordinate representation of color #377553: hue angle of 147.1º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377553 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB5511783-
CMYK0.5300.290.54
HSL147.1º36.05%33.73%-
HSV(B)147.1º52.99%45.88%-
XYZ9.514.1610.42-
YUV94.59121.4699.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.57%
GREEN value IS 117 (46.09% from 255) = 45.88%
BLUE value IS 83 (32.81% from 255) = 32.55%
R=21.57%
G=45.88%
B=32.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55117830.5300.290.54147.136.0533.73
Hex3775533501D36932422
Octal6716512365035662234442
Binary1101111110101101001111010101110111011010010011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377553; }

 p { color: rgb(55,117,83); }

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

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

 a { background-color: rgb(55,117,83); }

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

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

 span { border-color: rgb(55,117,83); }

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