#377959

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

Shades of Amazon #377959

Tints of Amazon #377959

Color information

#377959 (or 0x377959) is unknown color: approx Amazon. HEX triplet: 37, 79 and 59. RGB value is (55,121,89). Sum of RGB (Red+Green+Blue) = 55+121+89=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 121 - color contains mainly: green. Hex color #377959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377959 is #C886A6. Grayscale: #616161. Windows color (decimal): -13141671 or 5863735. OLE color: 5863735.

HSL color Cylindrical-coordinate representation of color #377959: hue angle of 150.91º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377959 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB5512189-
CMYK0.5500.260.53
HSL150.91º37.5%34.51%-
HSV(B)150.91º54.55%47.45%-
XYZ10.2215.2111.85-
YUV97.62123.1397.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.75%
GREEN value IS 121 (47.66% from 255) = 45.66%
BLUE value IS 89 (35.16% from 255) = 33.58%
R=20.75%
G=45.66%
B=33.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55121890.5500.260.53150.9137.534.51
Hex3779593701A35972623
Octal6717113167032652274643
Binary1101111111001101100111011101101011010110010111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377959; }

 p { color: rgb(55,121,89); }

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

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

 a { background-color: rgb(55,121,89); }

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

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

 span { border-color: rgb(55,121,89); }

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