#377654

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

Shades of Amazon #377654

Tints of Amazon #377654

Color information

#377654 (or 0x377654) is unknown color: approx Amazon. HEX triplet: 37, 76 and 54. RGB value is (55,118,84). Sum of RGB (Red+Green+Blue) = 55+118+84=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #377654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377654 is #C889AB. Grayscale: #5F5F5F. Windows color (decimal): -13142444 or 5535287. OLE color: 5535287.

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

Color convert

RGB5511884-
CMYK0.5300.290.54
HSL147.62º36.42%33.92%-
HSV(B)147.62º53.39%46.27%-
XYZ9.6514.4110.66-
YUV95.29121.6399.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 84 (33.20% from 255) = 32.68%
R=21.40%
G=45.91%
B=32.68%

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
Decimal55118840.5300.290.54147.6236.4233.92
Hex3776543501D36942422
Octal6716612465035662244442
Binary1101111110110101010011010101110111011010010100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377654; }

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

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

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

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

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

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

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

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