Html Css Color HEX #31704D Amazon

📋 copy color: '#31704D'

red 49 ◦ green 112 ◦ blue 77

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

Shades of Amazon #31704D

Tints of Amazon #31704D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.06%

 BLUE value IS 77 (30.47% from 255) = 32.35%

R = 20.59%
G = 47.06%
B = 32.35%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#31704D (or 0x31704D) is known color: Amazon. HEX triplet: 31, 70 and 4D. RGB value is (49,112,77). Sum of RGB (Red+Green+Blue) = 49+112+77=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #31704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31704D is #CE8FB2. Grayscale: #595959. Windows color (decimal): -13537203 or 5074993. OLE color: 5074993.

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

Color convert

RGB 49 112 77 -
CMYK 0.56 0 0.31 0.56
HSL 146.67º 0.39% 0.32% -
HSV(B) 146.67º 0.56% 0.44% -
XYZ 8.4 12.78 9.04 -
YUV 89.17 121.13 99.35 -
System Red Green Blue C M Y K H S L
Decimal 49 112 77 0.56 0 0.31 0.56 146.67 0.39 0.32
Hex 31 70 4D 38 0 1F 38 93 27 20
Octal 61 160 115 70 0 37 70 223 47 40
Binary 110001 1110000 1001101 111000 0 11111 111000 10010011 100111 100000

Color Harmonies of #31704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31704D

Black with #31704D

Text Example


Text Example

White with #31704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31704D; }

 p { color: rgb(49,112,77); }

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

background-color css

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

 a { background-color: rgb(49,112,77); }

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

border-color css

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

 span { border-color: rgb(49,112,77); }

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