#378A47

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

Shades of Amazon #378A47

Tints of Amazon #378A47

Color information

#378A47 (or 0x378A47) is unknown color: approx Amazon. HEX triplet: 37, 8A and 47. RGB value is (55,138,71). Sum of RGB (Red+Green+Blue) = 55+138+71=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 138 (54.30% from 255 or 52.27% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 138 - color contains mainly: green. Hex color #378A47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378A47 is #C875B8. Grayscale: #696969. Windows color (decimal): -13137337 or 4688439. OLE color: 4688439.

HSL color Cylindrical-coordinate representation of color #378A47: hue angle of 131.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378A47 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB5513871-
CMYK0.6000.490.46
HSL131.57º43.01%37.84%-
HSV(B)131.57º60.14%54.12%-
XYZ11.819.449.09-
YUV105.54108.591.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.83%
GREEN value IS 138 (54.30% from 255) = 52.27%
BLUE value IS 71 (28.12% from 255) = 26.89%
R=20.83%
G=52.27%
B=26.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55138710.6000.490.46131.5743.0137.84
Hex378A473C0312E842b26
Octal6721210774061562045346
Binary110111100010101000111111100011000110111010000100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378A47; }

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

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

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

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

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

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

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

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