#317753

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

Shades of Amazon #317753

Tints of Amazon #317753

Color information

#317753 (or 0x317753) is unknown color: approx Amazon. HEX triplet: 31, 77 and 53. RGB value is (49,119,83). Sum of RGB (Red+Green+Blue) = 49+119+83=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #317753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317753 is #CE88AC. Grayscale: #5E5E5E. Windows color (decimal): -13535405 or 5470001. OLE color: 5470001.

HSL color Cylindrical-coordinate representation of color #317753: hue angle of 149.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317753 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB4911983-
CMYK0.5900.300.53
HSL149.14º41.67%32.94%-
HSV(B)149.14º58.82%46.67%-
XYZ9.4214.4710.48-
YUV93.97121.8195.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 119 (46.88% from 255) = 47.41%
BLUE value IS 83 (32.81% from 255) = 33.07%
R=19.52%
G=47.41%
B=33.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49119830.5900.300.53149.1441.6732.94
Hex3177533B01E35952a21
Octal6116712373036652255241
Binary1100011110111101001111101101111011010110010101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317753; }

 p { color: rgb(49,119,83); }

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

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

 a { background-color: rgb(49,119,83); }

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

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

 span { border-color: rgb(49,119,83); }

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