Html Css Color HEX #317157 Amazon

📋 copy color: '#317157'

red 49 ◦ green 113 ◦ blue 87

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

Shades of Amazon #317157

Tints of Amazon #317157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.94%

R = 19.68%
G = 45.38%
B = 34.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#317157 (or 0x317157) is known color: Amazon. HEX triplet: 31, 71 and 57. RGB value is (49,113,87). Sum of RGB (Red+Green+Blue) = 49+113+87=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #317157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317157 is #CE8EA8. Grayscale: #5A5A5A. Windows color (decimal): -13536937 or 5730609. OLE color: 5730609.

HSL color Cylindrical-coordinate representation of color #317157: hue angle of 155.62º 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 #317157 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 113 87 -
CMYK 0.57 0 0.23 0.56
HSL 155.63º 0.4% 0.32% -
HSV(B) 155.63º 0.57% 0.44% -
XYZ 8.89 13.15 11.09 -
YUV 90.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 49 113 87 0.57 0 0.23 0.56 155.63 0.4 0.32
Hex 31 71 57 39 0 17 38 9C 28 20
Octal 61 161 127 71 0 27 70 234 50 40
Binary 110001 1110001 1010111 111001 0 10111 111000 10011100 101000 100000

Color Harmonies of #317157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317157

Black with #317157

Text Example


Text Example

White with #317157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317157; }

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

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

background-color css

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

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

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

border-color css

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

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

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