#317350

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

Shades of Amazon #317350

Tints of Amazon #317350

Color information

#317350 (or 0x317350) is unknown color: approx Amazon. HEX triplet: 31, 73 and 50. RGB value is (49,115,80). Sum of RGB (Red+Green+Blue) = 49+115+80=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #317350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317350 is #CE8CAF. Grayscale: #5B5B5B. Windows color (decimal): -13536432 or 5272369. OLE color: 5272369.

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

Color convert

RGB4911580-
CMYK0.5700.300.55
HSL148.18º40.24%32.16%-
HSV(B)148.18º57.39%45.1%-
XYZ8.8513.499.73-
YUV91.28121.6397.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 115 (45.31% from 255) = 47.13%
BLUE value IS 80 (31.64% from 255) = 32.79%
R=20.08%
G=47.13%
B=32.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49115800.5700.300.55148.1840.2432.16
Hex3173503901E37942820
Octal6116312071036672245040
Binary1100011110011101000011100101111011011110010100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317350; }

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

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

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

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

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

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

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

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