Html Css Color HEX #31734A Amazon

📋 copy color: '#31734A'

red 49 ◦ green 115 ◦ blue 74

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

Shades of Amazon #31734A

Tints of Amazon #31734A

RGB

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

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

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

R = 20.59%
G = 48.32%
B = 31.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#31734A (or 0x31734A) is known color: Amazon. HEX triplet: 31, 73 and 4A. RGB value is (49,115,74). Sum of RGB (Red+Green+Blue) = 49+115+74=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #31734A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31734A is #CE8CB5. Grayscale: #5A5A5A. Windows color (decimal): -13536438 or 4879153. OLE color: 4879153.

HSL color Cylindrical-coordinate representation of color #31734A: hue angle of 142.73º 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 #31734A is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 115 74 -
CMYK 0.57 0 0.36 0.55
HSL 142.73º 0.4% 0.32% -
HSV(B) 142.73º 0.57% 0.45% -
XYZ 8.63 13.41 8.61 -
YUV 90.59 118.63 98.33 -
System Red Green Blue C M Y K H S L
Decimal 49 115 74 0.57 0 0.36 0.55 142.73 0.4 0.32
Hex 31 73 4A 39 0 24 37 8F 28 20
Octal 61 163 112 71 0 44 67 217 50 40
Binary 110001 1110011 1001010 111001 0 100100 110111 10001111 101000 100000

Color Harmonies of #31734A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31734A

Black with #31734A

Text Example


Text Example

White with #31734A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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