Html Css Color HEX #31784A Amazon

📋 copy color: '#31784A'

red 49 ◦ green 120 ◦ blue 74

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

Shades of Amazon #31784A

Tints of Amazon #31784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.38%

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

R = 20.16%
G = 49.38%
B = 30.45%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#31784A (or 0x31784A) is known color: Amazon. HEX triplet: 31, 78 and 4A. RGB value is (49,120,74). Sum of RGB (Red+Green+Blue) = 49+120+74=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #31784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31784A is #CE87B5. Grayscale: #5D5D5D. Windows color (decimal): -13535158 or 4880433. OLE color: 4880433.

HSL color Cylindrical-coordinate representation of color #31784A: hue angle of 141.13º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31784A is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 120 74 -
CMYK 0.59 0 0.38 0.53
HSL 141.13º 0.42% 0.33% -
HSV(B) 141.13º 0.59% 0.47% -
XYZ 9.22 14.58 8.81 -
YUV 93.53 116.98 96.24 -
System Red Green Blue C M Y K H S L
Decimal 49 120 74 0.59 0 0.38 0.53 141.13 0.42 0.33
Hex 31 78 4A 3B 0 26 35 8D 2A 21
Octal 61 170 112 73 0 46 65 215 52 41
Binary 110001 1111000 1001010 111011 0 100110 110101 10001101 101010 100001

Color Harmonies of #31784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31784A

Black with #31784A

Text Example


Text Example

White with #31784A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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