Html Css Color HEX #31734F Amazon

📋 copy color: '#31734F'

red 49 ◦ green 115 ◦ blue 79

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

Shades of Amazon #31734F

Tints of Amazon #31734F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.33%

 BLUE value IS 79 (31.25% from 255) = 32.51%

R = 20.16%
G = 47.33%
B = 32.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#31734F (or 0x31734F) is known color: Amazon. HEX triplet: 31, 73 and 4F. RGB value is (49,115,79). Sum of RGB (Red+Green+Blue) = 49+115+79=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #31734F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31734F is #CE8CB0. Grayscale: #5B5B5B. Windows color (decimal): -13536433 or 5206833. OLE color: 5206833.

HSL color Cylindrical-coordinate representation of color #31734F: hue angle of 147.27º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31734F is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 115 79 -
CMYK 0.57 0 0.31 0.55
HSL 147.27º 0.4% 0.32% -
HSV(B) 147.27º 0.57% 0.45% -
XYZ 8.81 13.48 9.53 -
YUV 91.16 121.13 97.93 -
System Red Green Blue C M Y K H S L
Decimal 49 115 79 0.57 0 0.31 0.55 147.27 0.4 0.32
Hex 31 73 4F 39 0 1F 37 93 28 20
Octal 61 163 117 71 0 37 67 223 50 40
Binary 110001 1110011 1001111 111001 0 11111 110111 10010011 101000 100000

Color Harmonies of #31734F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31734F

Black with #31734F

Text Example


Text Example

White with #31734F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31734F; }

 p { color: rgb(49,115,79); }

 H1.HeaderClassName
 {
   color: #31734F;
 }
 .AnyTagClassName
 {
   color: #31734F;
 }
</style>

background-color css

<style>
 a { background-color: #31734F; }

 a { background-color: rgb(49,115,79); }

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

border-color css

<style>
 span { border-color: #31734F; }

 span { border-color: rgb(49,115,79); }

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