#317D45

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

Shades of Amazon #317D45

Tints of Amazon #317D45

Color information

#317D45 (or 0x317D45) is unknown color: approx Amazon. HEX triplet: 31, 7D and 45. RGB value is (49,125,69). Sum of RGB (Red+Green+Blue) = 49+125+69=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #317D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317D45 is #CE82BA. Grayscale: #606060. Windows color (decimal): -13533883 or 4554033. OLE color: 4554033.

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

Color convert

RGB4912569-
CMYK0.6100.450.51
HSL135.79º43.68%34.12%-
HSV(B)135.79º60.8%49.02%-
XYZ9.6715.758.16-
YUV95.89112.8294.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.16%
GREEN value IS 125 (49.22% from 255) = 51.44%
BLUE value IS 69 (27.34% from 255) = 28.40%
R=20.16%
G=51.44%
B=28.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49125690.6100.450.51135.7943.6834.12
Hex317D453D02D33882c22
Octal6117510575055632105442
Binary11000111111011000101111101010110111001110001000101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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