Html Css Color HEX #317A5E Amazon

📋 copy color: '#317A5E'

red 49 ◦ green 122 ◦ blue 94

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

Shades of Amazon #317A5E

Tints of Amazon #317A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.47%

R = 18.49%
G = 46.04%
B = 35.47%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#317A5E (or 0x317A5E) is known color: Amazon. HEX triplet: 31, 7A and 5E. RGB value is (49,122,94). Sum of RGB (Red+Green+Blue) = 49+122+94=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 122 - color contains mainly: green. Hex color #317A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317A5E is #CE85A1. Grayscale: #616161. Windows color (decimal): -13534626 or 6191665. OLE color: 6191665.

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

Color convert

RGB 49 122 94 -
CMYK 0.60 0 0.23 0.52
HSL 156.99º 0.43% 0.34% -
HSV(B) 156.99º 0.6% 0.48% -
XYZ 10.25 15.38 13.02 -
YUV 96.98 126.32 93.78 -
System Red Green Blue C M Y K H S L
Decimal 49 122 94 0.60 0 0.23 0.52 156.99 0.43 0.34
Hex 31 7A 5E 3C 0 17 34 9D 2B 22
Octal 61 172 136 74 0 27 64 235 53 42
Binary 110001 1111010 1011110 111100 0 10111 110100 10011101 101011 100010

Color Harmonies of #317A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317A5E

Black with #317A5E

Text Example


Text Example

White with #317A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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