#317C5B

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

Shades of Amazon #317C5B

Tints of Amazon #317C5B

Color information

#317C5B (or 0x317C5B) is unknown color: approx Amazon. HEX triplet: 31, 7C and 5B. RGB value is (49,124,91). Sum of RGB (Red+Green+Blue) = 49+124+91=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #317C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317C5B is #CE83A4. Grayscale: #616161. Windows color (decimal): -13534117 or 5995569. OLE color: 5995569.

HSL color Cylindrical-coordinate representation of color #317C5B: hue angle of 153.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317C5B is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB4912491-
CMYK0.6000.270.51
HSL153.6º43.35%33.92%-
HSV(B)153.6º60.48%48.63%-
XYZ10.3615.8212.41-
YUV97.81124.1593.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 124 (48.83% from 255) = 46.97%
BLUE value IS 91 (35.94% from 255) = 34.47%
R=18.56%
G=46.97%
B=34.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49124910.6000.270.51153.643.3533.92
Hex317C5B3C01B339a2b22
Octal6117413374033632325342
Binary1100011111100101101111110001101111001110011010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317C5B; }

 p { color: rgb(49,124,91); }

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

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

 a { background-color: rgb(49,124,91); }

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

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

 span { border-color: rgb(49,124,91); }

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