Html Css Color HEX #317E5C Amazon

📋 copy color: '#317E5C'

red 49 ◦ green 126 ◦ blue 92

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

Shades of Amazon #317E5C

Tints of Amazon #317E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.46%

R = 18.35%
G = 47.19%
B = 34.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#317E5C (or 0x317E5C) is known color: Amazon. HEX triplet: 31, 7E and 5C. RGB value is (49,126,92). Sum of RGB (Red+Green+Blue) = 49+126+92=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 126 (49.61% from 255 or 47.19% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 126 - color contains mainly: green. Hex color #317E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317E5C is #CE81A3. Grayscale: #636363. Windows color (decimal): -13533604 or 6061617. OLE color: 6061617.

HSL color Cylindrical-coordinate representation of color #317E5C: hue angle of 153.51º 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 #317E5C is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 126 92 -
CMYK 0.61 0 0.27 0.51
HSL 153.51º 0.44% 0.34% -
HSV(B) 153.51º 0.61% 0.49% -
XYZ 10.66 16.35 12.72 -
YUV 99.1 123.99 92.26 -
System Red Green Blue C M Y K H S L
Decimal 49 126 92 0.61 0 0.27 0.51 153.51 0.44 0.34
Hex 31 7E 5C 3D 0 1B 33 9A 2C 22
Octal 61 176 134 75 0 33 63 232 54 42
Binary 110001 1111110 1011100 111101 0 11011 110011 10011010 101100 100010

Color Harmonies of #317E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317E5C

Black with #317E5C

Text Example


Text Example

White with #317E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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