#317358

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

Shades of Amazon #317358

Tints of Amazon #317358

Color information

#317358 (or 0x317358) is unknown color: approx Amazon. HEX triplet: 31, 73 and 58. RGB value is (49,115,88). Sum of RGB (Red+Green+Blue) = 49+115+88=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #317358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317358 is #CE8CA7. Grayscale: #5C5C5C. Windows color (decimal): -13536424 or 5796657. OLE color: 5796657.

HSL color Cylindrical-coordinate representation of color #317358: hue angle of 155.45º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317358 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB4911588-
CMYK0.5700.230.55
HSL155.45º40.24%32.16%-
HSV(B)155.45º57.39%45.1%-
XYZ9.1613.6211.38-
YUV92.19125.6397.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 115 (45.31% from 255) = 45.63%
BLUE value IS 88 (34.77% from 255) = 34.92%
R=19.44%
G=45.63%
B=34.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49115880.5700.230.55155.4540.2432.16
Hex31735839017379b2820
Octal6116313071027672335040
Binary1100011110011101100011100101011111011110011011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317358; }

 p { color: rgb(49,115,88); }

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

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

 a { background-color: rgb(49,115,88); }

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

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

 span { border-color: rgb(49,115,88); }

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