#318059

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

Shades of Amazon #318059

Tints of Amazon #318059

Color information

#318059 (or 0x318059) is unknown color: approx Amazon. HEX triplet: 31, 80 and 59. RGB value is (49,128,89). Sum of RGB (Red+Green+Blue) = 49+128+89=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #318059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318059 is #CE7FA6. Grayscale: #646464. Windows color (decimal): -13533095 or 5865521. OLE color: 5865521.

HSL color Cylindrical-coordinate representation of color #318059: hue angle of 150.38º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318059 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB4912889-
CMYK0.6200.300.50
HSL150.38º44.63%34.71%-
HSV(B)150.38º61.72%50.2%-
XYZ10.7916.8112.13-
YUV99.93121.8391.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 128 (50.39% from 255) = 48.12%
BLUE value IS 89 (35.16% from 255) = 33.46%
R=18.42%
G=48.12%
B=33.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49128890.6200.300.50150.3844.6334.71
Hex3180593E01E32962d23
Octal6120013176036622265543
Binary11000110000000101100111111001111011001010010110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318059; }

 p { color: rgb(49,128,89); }

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

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

 a { background-color: rgb(49,128,89); }

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

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

 span { border-color: rgb(49,128,89); }

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