Html Css Color HEX #317E5B Amazon

📋 copy color: '#317E5B'

red 49 ◦ green 126 ◦ blue 91

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

Shades of Amazon #317E5B

Tints of Amazon #317E5B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 47.37%

 BLUE value IS 91 (35.94% from 255) = 34.21%

R = 18.42%
G = 47.37%
B = 34.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#317E5B (or 0x317E5B) is known color: Amazon. HEX triplet: 31, 7E and 5B. RGB value is (49,126,91). Sum of RGB (Red+Green+Blue) = 49+126+91=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 126 (49.61% from 255 or 47.37% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 126 - color contains mainly: green. Hex color #317E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317E5B is #CE81A4. Grayscale: #636363. Windows color (decimal): -13533605 or 5996081. OLE color: 5996081.

HSL color Cylindrical-coordinate representation of color #317E5B: hue angle of 152.73º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317E5B is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 126 91 -
CMYK 0.61 0 0.28 0.51
HSL 152.73º 0.44% 0.34% -
HSV(B) 152.73º 0.61% 0.49% -
XYZ 10.62 16.33 12.49 -
YUV 98.99 123.49 92.35 -
System Red Green Blue C M Y K H S L
Decimal 49 126 91 0.61 0 0.28 0.51 152.73 0.44 0.34
Hex 31 7E 5B 3D 0 1C 33 99 2C 22
Octal 61 176 133 75 0 34 63 231 54 42
Binary 110001 1111110 1011011 111101 0 11100 110011 10011001 101100 100010

Color Harmonies of #317E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317E5B

Black with #317E5B

Text Example


Text Example

White with #317E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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