#378655

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

Shades of Amazon #378655

Tints of Amazon #378655

Color information

#378655 (or 0x378655) is unknown color: approx Amazon. HEX triplet: 37, 86 and 55. RGB value is (55,134,85). Sum of RGB (Red+Green+Blue) = 55+134+85=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #378655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378655 is #C879AA. Grayscale: #686868. Windows color (decimal): -13138347 or 5604919. OLE color: 5604919.

HSL color Cylindrical-coordinate representation of color #378655: hue angle of 142.78º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378655 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB5513485-
CMYK0.5900.370.47
HSL142.78º41.8%37.06%-
HSV(B)142.78º58.96%52.55%-
XYZ11.7418.5211.55-
YUV104.79116.8392.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.07%
GREEN value IS 134 (52.73% from 255) = 48.91%
BLUE value IS 85 (33.59% from 255) = 31.02%
R=20.07%
G=48.91%
B=31.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55134850.5900.370.47142.7841.837.06
Hex3786553B0252F8f2a25
Octal6720612573045572175245
Binary110111100001101010101111011010010110111110001111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378655; }

 p { color: rgb(55,134,85); }

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

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

 a { background-color: rgb(55,134,85); }

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

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

 span { border-color: rgb(55,134,85); }

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