#317544

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

Shades of Amazon #317544

Tints of Amazon #317544

Color information

#317544 (or 0x317544) is unknown color: approx Amazon. HEX triplet: 31, 75 and 44. RGB value is (49,117,68). Sum of RGB (Red+Green+Blue) = 49+117+68=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #317544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317544 is #CE8ABB. Grayscale: #5B5B5B. Windows color (decimal): -13535932 or 4486449. OLE color: 4486449.

HSL color Cylindrical-coordinate representation of color #317544: hue angle of 136.76º 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 #317544 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB4911768-
CMYK0.5800.420.54
HSL136.76º40.96%32.55%-
HSV(B)136.76º58.12%45.88%-
XYZ8.6713.797.67-
YUV91.08114.9797.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 117 (46.09% from 255) = 50%
BLUE value IS 68 (26.95% from 255) = 29.06%
R=20.94%
G=50%
B=29.06%

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
Decimal49117680.5800.420.54136.7640.9632.55
Hex3175443A02A36892921
Octal6116510472052662115141
Binary11000111101011000100111010010101011011010001001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317544; }

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

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

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

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

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

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

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

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