#378260

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

Shades of Amazon #378260

Tints of Amazon #378260

Color information

#378260 (or 0x378260) is unknown color: approx Amazon. HEX triplet: 37, 82 and 60. RGB value is (55,130,96). Sum of RGB (Red+Green+Blue) = 55+130+96=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #378260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378260 is #C87D9F. Grayscale: #676767. Windows color (decimal): -13139360 or 6324791. OLE color: 6324791.

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

Color convert

RGB5513096-
CMYK0.5800.260.49
HSL152.8º40.54%36.27%-
HSV(B)152.8º57.69%50.98%-
XYZ11.6717.6213.85-
YUV103.7123.6593.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.57%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=19.57%
G=46.26%
B=34.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130960.5800.260.49152.840.5436.27
Hex3782603A01A31992924
Octal6720214072032612315144
Binary11011110000010110000011101001101011000110011001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378260; }

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

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

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

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

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

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

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

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