#378160

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

Shades of Amazon #378160

Tints of Amazon #378160

Color information

#378160 (or 0x378160) is unknown color: approx Amazon. HEX triplet: 37, 81 and 60. RGB value is (55,129,96). Sum of RGB (Red+Green+Blue) = 55+129+96=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #378160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378160 is #C87E9F. Grayscale: #676767. Windows color (decimal): -13139616 or 6324535. OLE color: 6324535.

HSL color Cylindrical-coordinate representation of color #378160: hue angle of 153.24º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #378160 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB5512996-
CMYK0.5700.260.49
HSL153.24º40.22%36.08%-
HSV(B)153.24º57.36%50.59%-
XYZ11.5417.3613.81-
YUV103.11123.9893.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.64%
GREEN value IS 129 (50.78% from 255) = 46.07%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=19.64%
G=46.07%
B=34.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55129960.5700.260.49153.2440.2236.08
Hex3781603901A31992824
Octal6720114071032612315044
Binary11011110000001110000011100101101011000110011001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378160; }

 p { color: rgb(55,129,96); }

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

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

 a { background-color: rgb(55,129,96); }

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

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

 span { border-color: rgb(55,129,96); }

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