#317949

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

Shades of Amazon #317949

Tints of Amazon #317949

Color information

#317949 (or 0x317949) is unknown color: approx Amazon. HEX triplet: 31, 79 and 49. RGB value is (49,121,73). Sum of RGB (Red+Green+Blue) = 49+121+73=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #317949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317949 is #CE86B6. Grayscale: #5E5E5E. Windows color (decimal): -13534903 or 4815153. OLE color: 4815153.

HSL color Cylindrical-coordinate representation of color #317949: hue angle of 140º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317949 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB4912173-
CMYK0.6000.400.53
HSL140º42.35%33.33%-
HSV(B)140º59.5%47.45%-
XYZ9.3114.818.67-
YUV94116.1595.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.16%
GREEN value IS 121 (47.66% from 255) = 49.79%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=20.16%
G=49.79%
B=30.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49121730.6000.400.5314042.3533.33
Hex3179493C028358c2a21
Octal6117111174050652145241
Binary11000111110011001001111100010100011010110001100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317949; }

 p { color: rgb(49,121,73); }

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

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

 a { background-color: rgb(49,121,73); }

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

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

 span { border-color: rgb(49,121,73); }

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