#317D44

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

Shades of Amazon #317D44

Tints of Amazon #317D44

Color information

#317D44 (or 0x317D44) is unknown color: approx Amazon. HEX triplet: 31, 7D and 44. RGB value is (49,125,68). Sum of RGB (Red+Green+Blue) = 49+125+68=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 125 (49.22% from 255 or 51.65% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 125 - color contains mainly: green. Hex color #317D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317D44 is #CE82BB. Grayscale: #5F5F5F. Windows color (decimal): -13533884 or 4488497. OLE color: 4488497.

HSL color Cylindrical-coordinate representation of color #317D44: hue angle of 135º 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 #317D44 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB4912568-
CMYK0.6100.460.51
HSL135º43.68%34.12%-
HSV(B)135º60.8%49.02%-
XYZ9.6415.748-
YUV95.78112.3294.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 125 (49.22% from 255) = 51.65%
BLUE value IS 68 (26.95% from 255) = 28.10%
R=20.25%
G=51.65%
B=28.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49125680.6100.460.5113543.6834.12
Hex317D443D02E33872c22
Octal6117510475056632075442
Binary11000111111011000100111101010111011001110000111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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