Html Css Color HEX #317156 Amazon

📋 copy color: '#317156'

red 49 ◦ green 113 ◦ blue 86

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

Shades of Amazon #317156

Tints of Amazon #317156

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.56%

 BLUE value IS 86 (33.98% from 255) = 34.68%

R = 19.76%
G = 45.56%
B = 34.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#317156 (or 0x317156) is known color: Amazon. HEX triplet: 31, 71 and 56. RGB value is (49,113,86). Sum of RGB (Red+Green+Blue) = 49+113+86=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #317156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317156 is #CE8EA9. Grayscale: #5A5A5A. Windows color (decimal): -13536938 or 5665073. OLE color: 5665073.

HSL color Cylindrical-coordinate representation of color #317156: hue angle of 154.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317156 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 113 86 -
CMYK 0.57 0 0.24 0.56
HSL 154.69º 0.4% 0.32% -
HSV(B) 154.69º 0.57% 0.44% -
XYZ 8.85 13.14 10.87 -
YUV 90.79 125.3 98.2 -
System Red Green Blue C M Y K H S L
Decimal 49 113 86 0.57 0 0.24 0.56 154.69 0.4 0.32
Hex 31 71 56 39 0 18 38 9B 28 20
Octal 61 161 126 71 0 30 70 233 50 40
Binary 110001 1110001 1010110 111001 0 11000 111000 10011011 101000 100000

Color Harmonies of #317156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317156

Black with #317156

Text Example


Text Example

White with #317156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317156; }

 p { color: rgb(49,113,86); }

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

background-color css

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

 a { background-color: rgb(49,113,86); }

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

border-color css

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

 span { border-color: rgb(49,113,86); }

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