#318253

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

Shades of Amazon #318253

Tints of Amazon #318253

Color information

#318253 (or 0x318253) is unknown color: approx Amazon. HEX triplet: 31, 82 and 53. RGB value is (49,130,83). Sum of RGB (Red+Green+Blue) = 49+130+83=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #318253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318253 is #CE7DAC. Grayscale: #646464. Windows color (decimal): -13532589 or 5472817. OLE color: 5472817.

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

Color convert

RGB4913083-
CMYK0.6200.360.49
HSL145.19º45.25%35.1%-
HSV(B)145.19º62.31%50.98%-
XYZ10.8117.2410.94-
YUV100.42118.1691.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 130 (51.17% from 255) = 49.62%
BLUE value IS 83 (32.81% from 255) = 31.68%
R=18.70%
G=49.62%
B=31.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49130830.6200.360.49145.1945.2535.1
Hex3182533E02431912d23
Octal6120212376044612215543
Binary110001100000101010011111110010010011000110010001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318253; }

 p { color: rgb(49,130,83); }

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

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

 a { background-color: rgb(49,130,83); }

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

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

 span { border-color: rgb(49,130,83); }

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