Html Css Color HEX #31794E Amazon

📋 copy color: '#31794E'

red 49 ◦ green 121 ◦ blue 78

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

Shades of Amazon #31794E

Tints of Amazon #31794E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.79%

 BLUE value IS 78 (30.86% from 255) = 31.45%

R = 19.76%
G = 48.79%
B = 31.45%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#31794E (or 0x31794E) is known color: Amazon. HEX triplet: 31, 79 and 4E. RGB value is (49,121,78). Sum of RGB (Red+Green+Blue) = 49+121+78=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #31794E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31794E is #CE86B1. Grayscale: #5E5E5E. Windows color (decimal): -13534898 or 5142833. OLE color: 5142833.

HSL color Cylindrical-coordinate representation of color #31794E: hue angle of 144.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31794E is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 121 78 -
CMYK 0.60 0 0.36 0.53
HSL 144.17º 0.42% 0.33% -
HSV(B) 144.17º 0.6% 0.47% -
XYZ 9.48 14.88 9.58 -
YUV 94.57 118.65 95.5 -
System Red Green Blue C M Y K H S L
Decimal 49 121 78 0.60 0 0.36 0.53 144.17 0.42 0.33
Hex 31 79 4E 3C 0 24 35 90 2A 21
Octal 61 171 116 74 0 44 65 220 52 41
Binary 110001 1111001 1001110 111100 0 100100 110101 10010000 101010 100001

Color Harmonies of #31794E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31794E

Black with #31794E

Text Example


Text Example

White with #31794E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31794E; }

 p { color: rgb(49,121,78); }

 H1.HeaderClassName
 {
   color: #31794E;
 }
 .AnyTagClassName
 {
   color: #31794E;
 }
</style>

background-color css

<style>
 a { background-color: #31794E; }

 a { background-color: rgb(49,121,78); }

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

border-color css

<style>
 span { border-color: #31794E; }

 span { border-color: rgb(49,121,78); }

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