Html Css Color HEX #316F47 Amazon

📋 copy color: '#316F47'

red 49 ◦ green 111 ◦ blue 71

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

Shades of Amazon #316F47

Tints of Amazon #316F47

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.05%

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

R = 21.21%
G = 48.05%
B = 30.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#316F47 (or 0x316F47) is known color: Amazon. HEX triplet: 31, 6F and 47. RGB value is (49,111,71). Sum of RGB (Red+Green+Blue) = 49+111+71=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #316F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F47 is #CE90B8. Grayscale: #585858. Windows color (decimal): -13537465 or 4681521. OLE color: 4681521.

HSL color Cylindrical-coordinate representation of color #316F47: hue angle of 141.29º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316F47 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 111 71 -
CMYK 0.56 0 0.36 0.56
HSL 141.29º 0.39% 0.31% -
HSV(B) 141.29º 0.56% 0.44% -
XYZ 8.09 12.48 7.94 -
YUV 87.9 118.46 100.25 -
System Red Green Blue C M Y K H S L
Decimal 49 111 71 0.56 0 0.36 0.56 141.29 0.39 0.31
Hex 31 6F 47 38 0 24 38 8D 27 1F
Octal 61 157 107 70 0 44 70 215 47 37
Binary 110001 1101111 1000111 111000 0 100100 111000 10001101 100111 11111

Color Harmonies of #316F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F47

Black with #316F47

Text Example


Text Example

White with #316F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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