Html Css Color HEX #31714A Amazon

📋 copy color: '#31714A'

red 49 ◦ green 113 ◦ blue 74

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

Shades of Amazon #31714A

Tints of Amazon #31714A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.36%

R = 20.76%
G = 47.88%
B = 31.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#31714A (or 0x31714A) is known color: Amazon. HEX triplet: 31, 71 and 4A. RGB value is (49,113,74). Sum of RGB (Red+Green+Blue) = 49+113+74=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #31714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31714A is #CE8EB5. Grayscale: #595959. Windows color (decimal): -13536950 or 4878641. OLE color: 4878641.

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

Color convert

RGB 49 113 74 -
CMYK 0.57 0 0.35 0.56
HSL 143.44º 0.4% 0.32% -
HSV(B) 143.44º 0.57% 0.44% -
XYZ 8.41 12.96 8.54 -
YUV 89.42 119.3 99.17 -
System Red Green Blue C M Y K H S L
Decimal 49 113 74 0.57 0 0.35 0.56 143.44 0.4 0.32
Hex 31 71 4A 39 0 23 38 8F 28 20
Octal 61 161 112 71 0 43 70 217 50 40
Binary 110001 1110001 1001010 111001 0 100011 111000 10001111 101000 100000

Color Harmonies of #31714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31714A

Black with #31714A

Text Example


Text Example

White with #31714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31714A; }

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

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

background-color css

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

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

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

border-color css

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

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

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