Html Css Color HEX #31704A Amazon

📋 copy color: '#31704A'

red 49 ◦ green 112 ◦ blue 74

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

Shades of Amazon #31704A

Tints of Amazon #31704A

RGB

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

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

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

R = 20.85%
G = 47.66%
B = 31.49%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#31704A (or 0x31704A) is known color: Amazon. HEX triplet: 31, 70 and 4A. RGB value is (49,112,74). Sum of RGB (Red+Green+Blue) = 49+112+74=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #31704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31704A is #CE8FB5. Grayscale: #585858. Windows color (decimal): -13537206 or 4878385. OLE color: 4878385.

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

Color convert

RGB 49 112 74 -
CMYK 0.56 0 0.34 0.56
HSL 143.81º 0.39% 0.32% -
HSV(B) 143.81º 0.56% 0.44% -
XYZ 8.3 12.74 8.5 -
YUV 88.83 119.63 99.59 -
System Red Green Blue C M Y K H S L
Decimal 49 112 74 0.56 0 0.34 0.56 143.81 0.39 0.32
Hex 31 70 4A 38 0 22 38 90 27 20
Octal 61 160 112 70 0 42 70 220 47 40
Binary 110001 1110000 1001010 111000 0 100010 111000 10010000 100111 100000

Color Harmonies of #31704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31704A

Black with #31704A

Text Example


Text Example

White with #31704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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