#378054

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

Shades of Amazon #378054

Tints of Amazon #378054

Color information

#378054 (or 0x378054) is unknown color: approx Amazon. HEX triplet: 37, 80 and 54. RGB value is (55,128,84). Sum of RGB (Red+Green+Blue) = 55+128+84=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #378054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378054 is #C87FAB. Grayscale: #656565. Windows color (decimal): -13139884 or 5537847. OLE color: 5537847.

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

Color convert

RGB5512884-
CMYK0.5700.340.50
HSL143.84º39.89%35.88%-
HSV(B)143.84º57.03%50.2%-
XYZ10.8916.8911.07-
YUV101.16118.3295.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.60%
GREEN value IS 128 (50.39% from 255) = 47.94%
BLUE value IS 84 (33.20% from 255) = 31.46%
R=20.60%
G=47.94%
B=31.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55128840.5700.340.50143.8439.8935.88
Hex3780543902232902824
Octal6720012471042622205044
Binary110111100000001010100111001010001011001010010000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378054; }

 p { color: rgb(55,128,84); }

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

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

 a { background-color: rgb(55,128,84); }

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

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

 span { border-color: rgb(55,128,84); }

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