#317F45

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

Shades of Amazon #317F45

Tints of Amazon #317F45

Color information

#317F45 (or 0x317F45) is unknown color: approx Amazon. HEX triplet: 31, 7F and 45. RGB value is (49,127,69). Sum of RGB (Red+Green+Blue) = 49+127+69=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 127 (50% from 255 or 51.84% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 127 - color contains mainly: green. Hex color #317F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317F45 is #CE80BA. Grayscale: #616161. Windows color (decimal): -13533371 or 4554545. OLE color: 4554545.

HSL color Cylindrical-coordinate representation of color #317F45: hue angle of 135.38º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317F45 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB4912769-
CMYK0.6100.460.50
HSL135.38º44.32%34.51%-
HSV(B)135.38º61.42%49.8%-
XYZ9.9316.268.25-
YUV97.07112.1693.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 127 (50% from 255) = 51.84%
BLUE value IS 69 (27.34% from 255) = 28.16%
R=20%
G=51.84%
B=28.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49127690.6100.460.50135.3844.3234.51
Hex317F453D02E32872c23
Octal6117710575056622075443
Binary11000111111111000101111101010111011001010000111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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