#378551

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

Shades of Amazon #378551

Tints of Amazon #378551

Color information

#378551 (or 0x378551) is unknown color: approx Amazon. HEX triplet: 37, 85 and 51. RGB value is (55,133,81). Sum of RGB (Red+Green+Blue) = 55+133+81=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #378551 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378551 is #C87AAE. Grayscale: #676767. Windows color (decimal): -13138607 or 5342519. OLE color: 5342519.

HSL color Cylindrical-coordinate representation of color #378551: hue angle of 140º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378551 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB5513381-
CMYK0.5900.390.48
HSL140º41.49%36.86%-
HSV(B)140º58.65%52.16%-
XYZ11.4518.1810.69-
YUV103.75115.1693.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 133 (52.34% from 255) = 49.44%
BLUE value IS 81 (32.03% from 255) = 30.11%
R=20.45%
G=49.44%
B=30.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55133810.5900.390.4814041.4936.86
Hex3785513B027308c2925
Octal6720512173047602145145
Binary110111100001011010001111011010011111000010001100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378551; }

 p { color: rgb(55,133,81); }

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

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

 a { background-color: rgb(55,133,81); }

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

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

 span { border-color: rgb(55,133,81); }

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