#318444

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

Shades of Amazon #318444

Tints of Amazon #318444

Color information

#318444 (or 0x318444) is unknown color: approx Amazon. HEX triplet: 31, 84 and 44. RGB value is (49,132,68). Sum of RGB (Red+Green+Blue) = 49+132+68=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #318444 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318444 is #CE7BBB. Grayscale: #646464. Windows color (decimal): -13532092 or 4490289. OLE color: 4490289.

HSL color Cylindrical-coordinate representation of color #318444: hue angle of 133.73º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318444 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB4913268-
CMYK0.6300.480.48
HSL133.73º45.86%35.49%-
HSV(B)133.73º62.88%51.76%-
XYZ10.5617.578.3-
YUV99.8911091.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 132 (51.95% from 255) = 53.01%
BLUE value IS 68 (26.95% from 255) = 27.31%
R=19.68%
G=53.01%
B=27.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49132680.6300.480.48133.7345.8635.49
Hex3184443F03030862e23
Octal6120410477060602065643
Binary110001100001001000100111111011000011000010000110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318444; }

 p { color: rgb(49,132,68); }

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

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

 a { background-color: rgb(49,132,68); }

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

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

 span { border-color: rgb(49,132,68); }

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