Html Css Color HEX #317A5D Amazon

📋 copy color: '#317A5D'

red 49 ◦ green 122 ◦ blue 93

#317A5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #317A5D

Tints of Amazon #317A5D

RGB

 RED value IS 49 (19.53% from 255) = 18.56%

 GREEN value IS 122 (48.05% from 255) = 46.21%

 BLUE value IS 93 (36.72% from 255) = 35.23%

R = 18.56%
G = 46.21%
B = 35.23%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#317A5D (or 0x317A5D) is known color: Amazon. HEX triplet: 31, 7A and 5D. RGB value is (49,122,93). Sum of RGB (Red+Green+Blue) = 49+122+93=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 122 - color contains mainly: green. Hex color #317A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317A5D is #CE85A2. Grayscale: #606060. Windows color (decimal): -13534627 or 6126129. OLE color: 6126129.

HSL color Cylindrical-coordinate representation of color #317A5D: hue angle of 156.16º 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 #317A5D is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 49 122 93 -
CMYK 0.60 0 0.24 0.52
HSL 156.16º 0.43% 0.34% -
HSV(B) 156.16º 0.6% 0.48% -
XYZ 10.2 15.36 12.78 -
YUV 96.87 125.82 93.86 -
System Red Green Blue C M Y K H S L
Decimal 49 122 93 0.60 0 0.24 0.52 156.16 0.43 0.34
Hex 31 7A 5D 3C 0 18 34 9C 2B 22
Octal 61 172 135 74 0 30 64 234 53 42
Binary 110001 1111010 1011101 111100 0 11000 110100 10011100 101011 100010

Color Harmonies of #317A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317A5D

Black with #317A5D

Text Example


Text Example

White with #317A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,122,93); }

 H1.HeaderClassName
 {
   color: #317A5D;
 }
 .AnyTagClassName
 {
   color: #317A5D;
 }
</style>

background-color css

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

 a { background-color: rgb(49,122,93); }

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

border-color css

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

 span { border-color: rgb(49,122,93); }

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