#378356

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

Shades of Amazon #378356

Tints of Amazon #378356

Color information

#378356 (or 0x378356) is unknown color: approx Amazon. HEX triplet: 37, 83 and 56. RGB value is (55,131,86). Sum of RGB (Red+Green+Blue) = 55+131+86=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #378356 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378356 is #C87CA9. Grayscale: #676767. Windows color (decimal): -13139114 or 5669687. OLE color: 5669687.

HSL color Cylindrical-coordinate representation of color #378356: hue angle of 144.47º 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 #378356 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB5513186-
CMYK0.5800.340.49
HSL144.47º40.86%36.47%-
HSV(B)144.47º58.02%51.37%-
XYZ11.3717.7211.62-
YUV103.15118.3293.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.22%
GREEN value IS 131 (51.56% from 255) = 48.16%
BLUE value IS 86 (33.98% from 255) = 31.62%
R=20.22%
G=48.16%
B=31.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55131860.5800.340.49144.4740.8636.47
Hex3783563A02231902924
Octal6720312672042612205144
Binary110111100000111010110111010010001011000110010000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378356; }

 p { color: rgb(55,131,86); }

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

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

 a { background-color: rgb(55,131,86); }

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

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

 span { border-color: rgb(55,131,86); }

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