#318345

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

Shades of Amazon #318345

Tints of Amazon #318345

Color information

#318345 (or 0x318345) is unknown color: approx Amazon. HEX triplet: 31, 83 and 45. RGB value is (49,131,69). Sum of RGB (Red+Green+Blue) = 49+131+69=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #318345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318345 is #CE7CBA. Grayscale: #636363. Windows color (decimal): -13532347 or 4555569. OLE color: 4555569.

HSL color Cylindrical-coordinate representation of color #318345: hue angle of 134.63º 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 #318345 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB4913169-
CMYK0.6300.470.49
HSL134.63º45.56%35.29%-
HSV(B)134.63º62.6%51.37%-
XYZ10.4617.328.42-
YUV99.41110.8392.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 131 (51.56% from 255) = 52.61%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=19.68%
G=52.61%
B=27.71%

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
Decimal49131690.6300.470.49134.6345.5635.29
Hex3183453F02F31872e23
Octal6120310577057612075643
Binary110001100000111000101111111010111111000110000111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318345; }

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

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

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

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

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

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

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

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