#317b5a

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

Shades of Amazon #317B5A

Tints of Amazon #317B5A

Color information

#317B5A (or 0x317B5A) is unknown color: approx Amazon. HEX triplet: 31, 7B and 5A. RGB value is (49,123,90). Sum of RGB (Red+Green+Blue) = 49+123+90=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 123 (48.44% from 255 or 46.95% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 123 - color contains mainly: green. Hex color #317B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317B5A is #CE84A5. Grayscale: #616161. Windows color (decimal): -13534374 or 5929777. OLE color: 5929777.

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

Color convert

RGB4912390-
CMYK0.6000.270.52
HSL153.24º43.02%33.73%-
HSV(B)153.24º60.16%48.24%-
XYZ10.215.5612.14-
YUV97.11123.9893.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 123 (48.44% from 255) = 46.95%
BLUE value IS 90 (35.55% from 255) = 34.35%
R=18.70%
G=46.95%
B=34.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49123900.6000.270.52153.2443.0233.73
Hex317B5A3C01B34992b22
Octal6117313274033642315342
Binary1100011111011101101011110001101111010010011001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317b5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,123,90); }

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

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

 a { background-color: rgb(49,123,90); }

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

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

 span { border-color: rgb(49,123,90); }

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