#317644

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

Shades of Amazon #317644

Tints of Amazon #317644

Color information

#317644 (or 0x317644) is unknown color: approx Amazon. HEX triplet: 31, 76 and 44. RGB value is (49,118,68). Sum of RGB (Red+Green+Blue) = 49+118+68=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #317644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317644 is #CE89BB. Grayscale: #5B5B5B. Windows color (decimal): -13535676 or 4486705. OLE color: 4486705.

HSL color Cylindrical-coordinate representation of color #317644: hue angle of 136.52º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317644 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB4911868-
CMYK0.5800.420.54
HSL136.52º41.32%32.75%-
HSV(B)136.52º58.47%46.27%-
XYZ8.7914.037.71-
YUV91.67114.6497.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 118 (46.48% from 255) = 50.21%
BLUE value IS 68 (26.95% from 255) = 28.94%
R=20.85%
G=50.21%
B=28.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49118680.5800.420.54136.5241.3232.75
Hex3176443A02A36892921
Octal6116610472052662115141
Binary11000111101101000100111010010101011011010001001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317644; }

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

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

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

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

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

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

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

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