#378254

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

Shades of Amazon #378254

Tints of Amazon #378254

Color information

#378254 (or 0x378254) is unknown color: approx Amazon. HEX triplet: 37, 82 and 54. RGB value is (55,130,84). Sum of RGB (Red+Green+Blue) = 55+130+84=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #378254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378254 is #C87DAB. Grayscale: #666666. Windows color (decimal): -13139372 or 5538359. OLE color: 5538359.

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

Color convert

RGB5513084-
CMYK0.5800.350.49
HSL143.2º40.54%36.27%-
HSV(B)143.2º57.69%50.98%-
XYZ11.1617.4211.16-
YUV102.33117.6594.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 84 (33.20% from 255) = 31.23%
R=20.45%
G=48.33%
B=31.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130840.5800.350.49143.240.5436.27
Hex3782543A023318f2924
Octal6720212472043612175144
Binary110111100000101010100111010010001111000110001111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378254; }

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

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

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

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

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

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

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

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