#377551

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

Shades of Amazon #377551

Tints of Amazon #377551

Color information

#377551 (or 0x377551) is unknown color: approx Amazon. HEX triplet: 37, 75 and 51. RGB value is (55,117,81). Sum of RGB (Red+Green+Blue) = 55+117+81=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #377551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377551 is #C88AAE. Grayscale: #5E5E5E. Windows color (decimal): -13142703 or 5338423. OLE color: 5338423.

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

Color convert

RGB5511781-
CMYK0.5300.310.54
HSL145.16º36.05%33.73%-
HSV(B)145.16º52.99%45.88%-
XYZ9.4214.1310.02-
YUV94.36120.4699.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 117 (46.09% from 255) = 46.25%
BLUE value IS 81 (32.03% from 255) = 32.02%
R=21.74%
G=46.25%
B=32.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55117810.5300.310.54145.1636.0533.73
Hex3775513501F36912422
Octal6716512165037662214442
Binary1101111110101101000111010101111111011010010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377551; }

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

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

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

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

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

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

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

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