Html Css Color HEX #31704E Amazon

📋 copy color: '#31704E'

red 49 ◦ green 112 ◦ blue 78

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

Shades of Amazon #31704E

Tints of Amazon #31704E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.64%

R = 20.5%
G = 46.86%
B = 32.64%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#31704E (or 0x31704E) is known color: Amazon. HEX triplet: 31, 70 and 4E. RGB value is (49,112,78). Sum of RGB (Red+Green+Blue) = 49+112+78=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #31704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31704E is #CE8FB1. Grayscale: #595959. Windows color (decimal): -13537202 or 5140529. OLE color: 5140529.

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

Color convert

RGB 49 112 78 -
CMYK 0.56 0 0.30 0.56
HSL 147.62º 0.39% 0.32% -
HSV(B) 147.62º 0.56% 0.44% -
XYZ 8.44 12.79 9.23 -
YUV 89.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 49 112 78 0.56 0 0.30 0.56 147.62 0.39 0.32
Hex 31 70 4E 38 0 1E 38 94 27 20
Octal 61 160 116 70 0 36 70 224 47 40
Binary 110001 1110000 1001110 111000 0 11110 111000 10010100 100111 100000

Color Harmonies of #31704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31704E

Black with #31704E

Text Example


Text Example

White with #31704E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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