#317653

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

Shades of Amazon #317653

Tints of Amazon #317653

Color information

#317653 (or 0x317653) is unknown color: approx Amazon. HEX triplet: 31, 76 and 53. RGB value is (49,118,83). Sum of RGB (Red+Green+Blue) = 49+118+83=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #317653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317653 is #CE89AC. Grayscale: #5D5D5D. Windows color (decimal): -13535661 or 5469745. OLE color: 5469745.

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

Color convert

RGB4911883-
CMYK0.5800.300.54
HSL149.57º41.32%32.75%-
HSV(B)149.57º58.47%46.27%-
XYZ9.3114.2310.44-
YUV93.38122.1496.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 118 (46.48% from 255) = 47.2%
BLUE value IS 83 (32.81% from 255) = 33.2%
R=19.6%
G=47.2%
B=33.2%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49118830.5800.300.54149.5741.3232.75
Hex3176533A01E36962921
Octal6116612372036662265141
Binary1100011110110101001111101001111011011010010110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317653; }

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

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

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

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

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

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

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

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