#318346

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

Shades of Amazon #318346

Tints of Amazon #318346

Color information

#318346 (or 0x318346) is unknown color: approx Amazon. HEX triplet: 31, 83 and 46. RGB value is (49,131,70). Sum of RGB (Red+Green+Blue) = 49+131+70=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #318346 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318346 is #CE7CB9. Grayscale: #636363. Windows color (decimal): -13532346 or 4621105. OLE color: 4621105.

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

Color convert

RGB4913170-
CMYK0.6300.470.49
HSL135.37º45.56%35.29%-
HSV(B)135.37º62.6%51.37%-
XYZ10.4917.338.59-
YUV99.53111.3391.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 131 (51.56% from 255) = 52.4%
BLUE value IS 70 (27.73% from 255) = 28%
R=19.6%
G=52.4%
B=28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49131700.6300.470.49135.3745.5635.29
Hex3183463F02F31872e23
Octal6120310677057612075643
Binary110001100000111000110111111010111111000110000111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318346; }

 p { color: rgb(49,131,70); }

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

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

 a { background-color: rgb(49,131,70); }

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

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

 span { border-color: rgb(49,131,70); }

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