Html Css Color HEX #31794C Amazon

📋 copy color: '#31794C'

red 49 ◦ green 121 ◦ blue 76

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

Shades of Amazon #31794C

Tints of Amazon #31794C

RGB

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

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

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

R = 19.92%
G = 49.19%
B = 30.89%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#31794C (or 0x31794C) is known color: Amazon. HEX triplet: 31, 79 and 4C. RGB value is (49,121,76). Sum of RGB (Red+Green+Blue) = 49+121+76=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #31794C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31794C is #CE86B3. Grayscale: #5E5E5E. Windows color (decimal): -13534900 or 5011761. OLE color: 5011761.

HSL color Cylindrical-coordinate representation of color #31794C: hue angle of 142.5º 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 #31794C is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 121 76 -
CMYK 0.60 0 0.37 0.53
HSL 142.5º 0.42% 0.33% -
HSV(B) 142.5º 0.6% 0.47% -
XYZ 9.41 14.85 9.21 -
YUV 94.34 117.65 95.66 -
System Red Green Blue C M Y K H S L
Decimal 49 121 76 0.60 0 0.37 0.53 142.5 0.42 0.33
Hex 31 79 4C 3C 0 25 35 8E 2A 21
Octal 61 171 114 74 0 45 65 216 52 41
Binary 110001 1111001 1001100 111100 0 100101 110101 10001110 101010 100001

Color Harmonies of #31794C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31794C

Black with #31794C

Text Example


Text Example

White with #31794C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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