Html Css Color HEX #317E47 Amazon

📋 copy color: '#317E47'

red 49 ◦ green 126 ◦ blue 71

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

Shades of Amazon #317E47

Tints of Amazon #317E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.86%

R = 19.92%
G = 51.22%
B = 28.86%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#317E47 (or 0x317E47) is known color: Amazon. HEX triplet: 31, 7E and 47. RGB value is (49,126,71). Sum of RGB (Red+Green+Blue) = 49+126+71=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 126 (49.61% from 255 or 51.22% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 126 - color contains mainly: green. Hex color #317E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317E47 is #CE81B8. Grayscale: #606060. Windows color (decimal): -13533625 or 4685361. OLE color: 4685361.

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

Color convert

RGB 49 126 71 -
CMYK 0.61 0 0.44 0.51
HSL 137.14º 0.44% 0.34% -
HSV(B) 137.14º 0.61% 0.49% -
XYZ 9.86 16.03 8.54 -
YUV 96.71 113.49 93.97 -
System Red Green Blue C M Y K H S L
Decimal 49 126 71 0.61 0 0.44 0.51 137.14 0.44 0.34
Hex 31 7E 47 3D 0 2C 33 89 2C 22
Octal 61 176 107 75 0 54 63 211 54 42
Binary 110001 1111110 1000111 111101 0 101100 110011 10001001 101100 100010

Color Harmonies of #317E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317E47

Black with #317E47

Text Example


Text Example

White with #317E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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