#317455

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

Shades of Amazon #317455

Tints of Amazon #317455

Color information

#317455 (or 0x317455) is unknown color: approx Amazon. HEX triplet: 31, 74 and 55. RGB value is (49,116,85). Sum of RGB (Red+Green+Blue) = 49+116+85=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #317455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317455 is #CE8BAA. Grayscale: #5C5C5C. Windows color (decimal): -13536171 or 5600305. OLE color: 5600305.

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

Color convert

RGB4911685-
CMYK0.5800.270.55
HSL152.24º40.61%32.35%-
HSV(B)152.24º57.76%45.49%-
XYZ9.1513.810.78-
YUV92.43123.897.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 116 (45.70% from 255) = 46.4%
BLUE value IS 85 (33.59% from 255) = 34%
R=19.6%
G=46.4%
B=34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49116850.5800.270.55152.2440.6132.35
Hex3174553A01B37982920
Octal6116412572033672305140
Binary1100011110100101010111101001101111011110011000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317455; }

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

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

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

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

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

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

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

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