#317C46

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

Shades of Amazon #317C46

Tints of Amazon #317C46

Color information

#317C46 (or 0x317C46) is unknown color: approx Amazon. HEX triplet: 31, 7C and 46. RGB value is (49,124,70). Sum of RGB (Red+Green+Blue) = 49+124+70=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #317C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317C46 is #CE83B9. Grayscale: #5F5F5F. Windows color (decimal): -13534138 or 4619313. OLE color: 4619313.

HSL color Cylindrical-coordinate representation of color #317C46: hue angle of 136.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317C46 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB4912470-
CMYK0.6000.440.51
HSL136.8º43.35%33.92%-
HSV(B)136.8º60.48%48.63%-
XYZ9.5815.518.28-
YUV95.42113.6594.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.16%
GREEN value IS 124 (48.83% from 255) = 51.03%
BLUE value IS 70 (27.73% from 255) = 28.81%
R=20.16%
G=51.03%
B=28.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49124700.6000.440.51136.843.3533.92
Hex317C463C02C33892b22
Octal6117410674054632115342
Binary11000111111001000110111100010110011001110001001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317C46; }

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

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

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

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

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

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

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

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