Html Css Color HEX #31704B Amazon

📋 copy color: '#31704B'

red 49 ◦ green 112 ◦ blue 75

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

Shades of Amazon #31704B

Tints of Amazon #31704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.78%

R = 20.76%
G = 47.46%
B = 31.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#31704B (or 0x31704B) is known color: Amazon. HEX triplet: 31, 70 and 4B. RGB value is (49,112,75). Sum of RGB (Red+Green+Blue) = 49+112+75=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #31704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31704B is #CE8FB4. Grayscale: #595959. Windows color (decimal): -13537205 or 4943921. OLE color: 4943921.

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

Color convert

RGB 49 112 75 -
CMYK 0.56 0 0.33 0.56
HSL 144.76º 0.39% 0.32% -
HSV(B) 144.76º 0.56% 0.44% -
XYZ 8.33 12.75 8.68 -
YUV 88.95 120.13 99.51 -
System Red Green Blue C M Y K H S L
Decimal 49 112 75 0.56 0 0.33 0.56 144.76 0.39 0.32
Hex 31 70 4B 38 0 21 38 91 27 20
Octal 61 160 113 70 0 41 70 221 47 40
Binary 110001 1110000 1001011 111000 0 100001 111000 10010001 100111 100000

Color Harmonies of #31704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31704B

Black with #31704B

Text Example


Text Example

White with #31704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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