#377850

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

Shades of Amazon #377850

Tints of Amazon #377850

Color information

#377850 (or 0x377850) is unknown color: approx Amazon. HEX triplet: 37, 78 and 50. RGB value is (55,120,80). Sum of RGB (Red+Green+Blue) = 55+120+80=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #377850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377850 is #C887AF. Grayscale: #606060. Windows color (decimal): -13141936 or 5273655. OLE color: 5273655.

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

Color convert

RGB5512080-
CMYK0.5400.330.53
HSL143.08º37.14%34.31%-
HSV(B)143.08º54.17%47.06%-
XYZ9.7414.829.94-
YUV96118.9798.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.57%
GREEN value IS 120 (47.27% from 255) = 47.06%
BLUE value IS 80 (31.64% from 255) = 31.37%
R=21.57%
G=47.06%
B=31.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55120800.5400.330.53143.0837.1434.31
Hex37785036021358f2522
Octal6717012066041652174542
Binary11011111110001010000110110010000111010110001111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377850; }

 p { color: rgb(55,120,80); }

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

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

 a { background-color: rgb(55,120,80); }

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

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

 span { border-color: rgb(55,120,80); }

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