Html Css Color HEX #31744C Amazon

📋 copy color: '#31744C'

red 49 ◦ green 116 ◦ blue 76

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

Shades of Amazon #31744C

Tints of Amazon #31744C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.13%

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

R = 20.33%
G = 48.13%
B = 31.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#31744C (or 0x31744C) is known color: Amazon. HEX triplet: 31, 74 and 4C. RGB value is (49,116,76). Sum of RGB (Red+Green+Blue) = 49+116+76=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #31744C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31744C is #CE8BB3. Grayscale: #5B5B5B. Windows color (decimal): -13536180 or 5010481. OLE color: 5010481.

HSL color Cylindrical-coordinate representation of color #31744C: hue angle of 144.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31744C is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 116 76 -
CMYK 0.58 0 0.34 0.55
HSL 144.18º 0.41% 0.32% -
HSV(B) 144.18º 0.58% 0.45% -
XYZ 8.82 13.67 9.01 -
YUV 91.41 119.3 97.75 -
System Red Green Blue C M Y K H S L
Decimal 49 116 76 0.58 0 0.34 0.55 144.18 0.41 0.32
Hex 31 74 4C 3A 0 22 37 90 29 20
Octal 61 164 114 72 0 42 67 220 51 40
Binary 110001 1110100 1001100 111010 0 100010 110111 10010000 101001 100000

Color Harmonies of #31744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31744C

Black with #31744C

Text Example


Text Example

White with #31744C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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