#317445

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

Shades of Amazon #317445

Tints of Amazon #317445

Color information

#317445 (or 0x317445) is unknown color: approx Amazon. HEX triplet: 31, 74 and 45. RGB value is (49,116,69). Sum of RGB (Red+Green+Blue) = 49+116+69=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #317445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317445 is #CE8BBA. Grayscale: #5A5A5A. Windows color (decimal): -13536187 or 4551729. OLE color: 4551729.

HSL color Cylindrical-coordinate representation of color #317445: hue angle of 137.91º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317445 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB4911669-
CMYK0.5800.410.55
HSL137.91º40.61%32.35%-
HSV(B)137.91º57.76%45.49%-
XYZ8.5913.577.8-
YUV90.61115.898.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 116 (45.70% from 255) = 49.57%
BLUE value IS 69 (27.34% from 255) = 29.49%
R=20.94%
G=49.57%
B=29.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49116690.5800.410.55137.9140.6132.35
Hex3174453A029378a2920
Octal6116410572051672125140
Binary11000111101001000101111010010100111011110001010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317445; }

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

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

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

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

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

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

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

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