Html Css Color HEX #31704C Amazon

📋 copy color: '#31704C'

red 49 ◦ green 112 ◦ blue 76

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

Shades of Amazon #31704C

Tints of Amazon #31704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.07%

R = 20.68%
G = 47.26%
B = 32.07%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#31704C (or 0x31704C) is known color: Amazon. HEX triplet: 31, 70 and 4C. RGB value is (49,112,76). Sum of RGB (Red+Green+Blue) = 49+112+76=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #31704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31704C is #CE8FB3. Grayscale: #595959. Windows color (decimal): -13537204 or 5009457. OLE color: 5009457.

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

Color convert

RGB 49 112 76 -
CMYK 0.56 0 0.32 0.56
HSL 145.71º 0.39% 0.32% -
HSV(B) 145.71º 0.56% 0.44% -
XYZ 8.37 12.76 8.86 -
YUV 89.06 120.63 99.43 -
System Red Green Blue C M Y K H S L
Decimal 49 112 76 0.56 0 0.32 0.56 145.71 0.39 0.32
Hex 31 70 4C 38 0 20 38 92 27 20
Octal 61 160 114 70 0 40 70 222 47 40
Binary 110001 1110000 1001100 111000 0 100000 111000 10010010 100111 100000

Color Harmonies of #31704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31704C

Black with #31704C

Text Example


Text Example

White with #31704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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