#318250

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

Shades of Amazon #318250

Tints of Amazon #318250

Color information

#318250 (or 0x318250) is unknown color: approx Amazon. HEX triplet: 31, 82 and 50. RGB value is (49,130,80). Sum of RGB (Red+Green+Blue) = 49+130+80=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #318250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318250 is #CE7DAF. Grayscale: #646464. Windows color (decimal): -13532592 or 5276209. OLE color: 5276209.

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

Color convert

RGB4913080-
CMYK0.6200.380.49
HSL142.96º45.25%35.1%-
HSV(B)142.96º62.31%50.98%-
XYZ10.717.210.35-
YUV100.08116.6691.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 130 (51.17% from 255) = 50.19%
BLUE value IS 80 (31.64% from 255) = 30.89%
R=18.92%
G=50.19%
B=30.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49130800.6200.380.49142.9645.2535.1
Hex3182503E026318f2d23
Octal6120212076046612175543
Binary110001100000101010000111110010011011000110001111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318250; }

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

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

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

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

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

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

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

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