#378247

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

Shades of Amazon #378247

Tints of Amazon #378247

Color information

#378247 (or 0x378247) is unknown color: approx Amazon. HEX triplet: 37, 82 and 47. RGB value is (55,130,71). Sum of RGB (Red+Green+Blue) = 55+130+71=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #378247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378247 is #C87DB8. Grayscale: #656565. Windows color (decimal): -13139385 or 4686391. OLE color: 4686391.

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

Color convert

RGB5513071-
CMYK0.5800.450.49
HSL132.8º40.54%36.27%-
HSV(B)132.8º57.69%50.98%-
XYZ10.717.238.72-
YUV100.85111.1595.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 130 (51.17% from 255) = 50.78%
BLUE value IS 71 (28.12% from 255) = 27.73%
R=21.48%
G=50.78%
B=27.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130710.5800.450.49132.840.5436.27
Hex3782473A02D31852924
Octal6720210772055612055144
Binary110111100000101000111111010010110111000110000101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378247; }

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

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

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

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

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

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

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

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