#378149

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

Shades of Amazon #378149

Tints of Amazon #378149

Color information

#378149 (or 0x378149) is unknown color: approx Amazon. HEX triplet: 37, 81 and 49. RGB value is (55,129,73). Sum of RGB (Red+Green+Blue) = 55+129+73=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #378149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378149 is #C87EB6. Grayscale: #646464. Windows color (decimal): -13139639 or 4817207. OLE color: 4817207.

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

Color convert

RGB5512973-
CMYK0.5700.430.49
HSL134.59º40.22%36.08%-
HSV(B)134.59º57.36%50.59%-
XYZ10.6316.999.02-
YUV100.49112.4895.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 129 (50.78% from 255) = 50.19%
BLUE value IS 73 (28.91% from 255) = 28.40%
R=21.40%
G=50.19%
B=28.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55129730.5700.430.49134.5940.2236.08
Hex3781493902B31872824
Octal6720111171053612075044
Binary110111100000011001001111001010101111000110000111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378149; }

 p { color: rgb(55,129,73); }

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

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

 a { background-color: rgb(55,129,73); }

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

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

 span { border-color: rgb(55,129,73); }

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